Skip to content

Commit 41cd5aa

Browse files
Release: Re-enable spline on the release
1 parent ce14e29 commit 41cd5aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Android/src/org/droidplanner/android/proxy/mission/item/fragments/MissionDetailFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public void onViewCreated(View view, Bundle savedInstanceState) {
145145
list.remove(MissionItemType.LOITER);
146146
list.remove(MissionItemType.LOITER_INF);
147147
list.remove(MissionItemType.LOITERT);
148-
list.remove(MissionItemType.SPLINE_WAYPOINT);
149148

150149
commandAdapter = new AdapterMissionItems(this.getActivity(),
151150
android.R.layout.simple_list_item_1, list.toArray(new MissionItemType[0]));

0 commit comments

Comments
 (0)