Migrate CheckForNewAppVersion to JobIntentService
This commit is contained in:
parent
0f175de599
commit
81fef1be19
4 changed files with 12 additions and 13 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue