Skip to content

Commit

Permalink
fix crash when sticky service is recreated (making it not sticky for …
Browse files Browse the repository at this point in the history
…now) (#98)
  • Loading branch information
Guardiola31337 committed Mar 29, 2018
1 parent 23a87b1 commit 7fd4005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void onCreate() {
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
enableTelemetryLocationState(intent);
return START_STICKY;
return START_NOT_STICKY;
}

@Nullable
Expand Down

0 comments on commit 7fd4005

Please sign in to comment.