mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-04 18:29:26 +02:00
Show toast when no updates are available.
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
1d53389ca9
commit
f1b15a95a4
72 changed files with 142 additions and 204 deletions
|
@ -172,7 +172,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
if (prefs.getBoolean(app.getString(R.string.update_app_key), true)) {
|
||||
// Start the worker which is checking all conditions
|
||||
// and eventually searching for a new version.
|
||||
NewVersionWorker.enqueueNewVersionCheckingWork(app);
|
||||
NewVersionWorker.enqueueNewVersionCheckingWork(app, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue