possible fix of app crash (nexus 5 - IllegalStateException)

This commit is contained in:
David Luhmer 2017-06-20 11:13:10 +02:00
parent d3414aa63d
commit 651db2d722

View file

@ -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);