Migrate CheckForNewAppVersion to JobIntentService

This commit is contained in:
TacoTheDank 2022-03-03 13:24:12 -05:00
parent 0f175de599
commit 81fef1be19
4 changed files with 12 additions and 13 deletions

View file

@ -176,7 +176,7 @@ public class MainActivity extends AppCompatActivity {
// Start the service which is checking all conditions
// and eventually searching for a new version.
// The service searching for a new NewPipe version must not be started in background.
CheckForNewAppVersion.startNewVersionCheckService();
CheckForNewAppVersion.startNewVersionCheckService(app);
}
}