Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Oct 11, 2015
1 parent f55ce5f commit 5b889a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static synchronized void start(Context context, int checkInterval, int co
* when there's no connectivity available, to preserve battery
* life.
*/
public static synchronized void stopAndDeactivate(boolean sendDisconnectedStatus) {
public static synchronized void shutdown(boolean sendDisconnectedStatus) {
mActive = false;
if (mScheduledTask == null) return;

Expand Down

0 comments on commit 5b889a0

Please sign in to comment.