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

Commit 054cd9e1 authored by Mark Harman's avatar Mark Harman
Browse files

Fix unused parameter warning.

parent b7bda8da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -223,7 +223,6 @@ public class MainUI {
            Log.d(TAG, "    system_orientation_portrait? " + system_orientation_portrait);
        }

        SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(main_activity);
        // we cache the preference_ui_placement to save having to check it in the draw() method
        this.ui_placement = computeUIPlacement();
        if( MyDebug.LOG )