Skip to content

Commit 6b5c98b

Browse files
committed
description update for the follow me mode.
1 parent 01a2358 commit 6b5c98b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Android/res/layout/fragment_mode_follow.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
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"

Android/src/org/droidplanner/android/fragments/mode/ModeFollowFragment.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)