File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Android/src/org/droidplanner/android/activities Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public void onCreate(Bundle savedInstanceState) {
102102 .findFragmentById (R .id .missionFragment1 );
103103
104104 mSplineToggleContainer = findViewById (R .id .editorSplineToggleContainer );
105- mSplineToggleContainer .setVisibility (View .GONE );
105+ mSplineToggleContainer .setVisibility (View .VISIBLE );
106106
107107 mLocationButtonsContainer = findViewById (R .id .location_button_container );
108108 ImageButton mGoToMyLocation = (ImageButton ) findViewById (R .id .my_location_button );
@@ -363,7 +363,6 @@ public void editorToolLongClicked(EditorTools tools) {
363363
364364 private void enableSplineToggle (boolean isEnabled ) {
365365 if (mSplineToggleContainer != null ) {
366- isEnabled =false ;
367366 mSplineToggleContainer .setVisibility (isEnabled ? View .VISIBLE : View .INVISIBLE );
368367 }
369368 }
You can’t perform that action at this time.
0 commit comments