possible fix of app crash (nexus 5 - IllegalStateException)
This commit is contained in:
parent
d3414aa63d
commit
651db2d722
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ public class OwnCloudSyncService extends Service {
|
|||
}
|
||||
|
||||
Intent service = new Intent(this, DownloadImagesService.class);
|
||||
service.setPackage(getPackageName());
|
||||
service.putExtra(DownloadImagesService.DOWNLOAD_MODE_STRING, DownloadImagesService.DownloadMode.FAVICONS_ONLY);
|
||||
startService(service);
|
||||
|
||||
|
|
Loading…
Reference in a new issue