[Updates] Fix running update worker in Java.

This commit is contained in:
Kuba Szczodrzyński 2020-01-19 21:52:08 +01:00
parent ca60ceb2a7
commit 537b16949e

View File

@ -1211,7 +1211,7 @@ public class SettingsNewFragment extends MaterialAboutFragment {
.show();
} else {
AsyncTask.execute(() -> {
UpdateWorker.Companion.runNow(app);
UpdateWorker.Companion.runNow(app, null);
});
}
})