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