Skip to content

Commit a40ea32

Browse files
Release: Removing follow-me from release for the moment
1 parent 1e00ae6 commit a40ea32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Android/src/org/droidplanner/android/fragments/FlightActionsFragment.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ private void setupViews(View parentView) {
6868
takeoffBtn = (Button) parentView.findViewById(R.id.mc_takeoff);
6969
loiterBtn = (Button) parentView.findViewById(R.id.mc_loiter);
7070
followBtn = (Button) parentView.findViewById(R.id.mc_follow);
71+
72+
followBtn.setVisibility(View.GONE);
7173
}
7274

7375
private void setupListener() {

0 commit comments

Comments
 (0)