File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/mendhak/gpslogger Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ android {
4444 minSdkVersion 16
4545 targetSdkVersion 30
4646
47- versionCode 120
48- versionName " 120 "
47+ versionCode 121
48+ versionName " 121-rc1 "
4949 }
5050
5151 buildTypes {
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ private void handleIntent(Intent intent) {
211211 if (bundle .getString (IntentConstants .SWITCH_PROFILE ) != null ){
212212 LOG .info ("Intent received - switch profile: " + bundle .getString (IntentConstants .SWITCH_PROFILE ));
213213 EventBus .getDefault ().post (new ProfileEvents .SwitchToProfile (bundle .getString (IntentConstants .SWITCH_PROFILE )));
214+ needToStartGpsManager = session .isStarted ();
214215 }
215216
216217 if (bundle .get (IntentConstants .PREFER_CELLTOWER ) != null ) {
You can’t perform that action at this time.
0 commit comments