mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 06:00:46 +02:00
[Updates] Fix running update worker in Java.
This commit is contained in:
@ -1211,7 +1211,7 @@ public class SettingsNewFragment extends MaterialAboutFragment {
|
||||
.show();
|
||||
} else {
|
||||
AsyncTask.execute(() -> {
|
||||
UpdateWorker.Companion.runNow(app);
|
||||
UpdateWorker.Companion.runNow(app, null);
|
||||
});
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user