Skip to content

Commit

Permalink
Don't check whether service is connected
Browse files Browse the repository at this point in the history
  • Loading branch information
TebbeUbben committed Apr 21, 2018
1 parent 37c86ba commit 260d88b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public int onStartCommand(Intent intent, int flags, int startId) {
pendingIntent = null;
}
if (syncing) HistorySendIntent.sendStillSyncing(this, getAppsWithHistoryPermission());
else if (!connector.isConnectedToService()) HistorySendIntent.sendSyncFinished(this, getAppsWithHistoryPermission());
else startSync();
} else if (HistoryBroadcast.ACTION_START_RESYNC.equals(action)) {
if (historyResync == null)
Expand Down

0 comments on commit 260d88b

Please sign in to comment.