File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/org/droidplanner/android/fragments/mode Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 applicationId ' org.droidplanner.android'
2929 minSdkVersion 14
3030 targetSdkVersion 21
31- versionCode 30014
31+ versionCode 30015
3232 versionName getGitVersion()
3333 }
3434
Original file line number Diff line number Diff line change 44 style =" @style/flyoutPanelLayout"
55 android : layout_width =" match_parent"
66 android : layout_height =" wrap_content"
7- android : orientation =" vertical"
8- android : paddingLeft =" 3dp"
9- android : paddingRight =" 3dp" >
7+ android : orientation =" vertical" >
108
119 <TextView
1210 android : id =" @+id/ModeDetail"
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ public void onApiConnected() {
114114 }
115115
116116 private void onFollowTypeUpdate (FollowType followType , Bundle params ){
117+ updateModeDescription (followType );
118+
117119 if (followType .hasParam (FollowType .EXTRA_FOLLOW_RADIUS )) {
118120 showRadiusPicker ();
119121 updateCurrentRadius ();
You can’t perform that action at this time.
0 commit comments