Update to 4.9.0

This commit is contained in:
DrKLO 2018-07-30 09:07:02 +07:00
parent e9e40cb13e
commit d073b80063
1874 changed files with 306119 additions and 135049 deletions

View file

@ -16,6 +16,8 @@ public class StopLiveLocationReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
LocationController.getInstance().removeAllLocationSharings();
for (int a = 0; a < UserConfig.MAX_ACCOUNT_COUNT; a++) {
LocationController.getInstance(a).removeAllLocationSharings();
}
}
}