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

Commit 1e353d39 authored by Mark Harman's avatar Mark Harman
Browse files

Remove commented out code.

parent 61fc5942
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1700,11 +1700,6 @@ public class PopupView extends LinearLayout {
            }

            final MainActivity main_activity = (MainActivity)this.getContext();
			/*final Button prev_button = new Button(this.getContext());
			//prev_button.setBackgroundResource(R.drawable.exposure);
			prev_button.setBackgroundColor(Color.TRANSPARENT); // workaround for Android 6 crash!
			prev_button.setText("<");
			this.addView(prev_button);*/

            LinearLayout ll2 = new LinearLayout(this.getContext());
            ll2.setOrientation(LinearLayout.HORIZONTAL);