Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47ac4e8b authored by Mark Harman's avatar Mark Harman
Browse files

Fix focus seekbar now gone instead of invisible.

parent 0a06d8d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3320,7 +3320,7 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv
		}
		setToDefault();
	    SeekBar seekBar = (SeekBar) mActivity.findViewById(net.sourceforge.opencamera.R.id.focus_seekbar);
	    assertTrue(seekBar.getVisibility() == View.INVISIBLE);
	    assertTrue(seekBar.getVisibility() == View.GONE);
		switchToFocusValue("focus_mode_manual2");
	    assertTrue(seekBar.getVisibility() == View.VISIBLE);
		seekBar.setProgress( (int)(0.25*(seekBar.getMax()-1)) );