mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-19 05:16:56 -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();
|
.show();
|
||||||
} else {
|
} else {
|
||||||
AsyncTask.execute(() -> {
|
AsyncTask.execute(() -> {
|
||||||
UpdateWorker.Companion.runNow(app);
|
UpdateWorker.Companion.runNow(app, null);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user