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

Commit 00608820 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

fixup

parent e3aca6ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1100,7 +1100,7 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen
            int cameraId = Integer.parseInt(mainParts[0]);
            String resolution = resParts[0] + " " + resParts[1];

            editor.putString(PreferenceKeys.getResolutionPreferenceKey(cameraId), resolution);
            editor.putString(PreferenceKeys.getResolutionPreferenceKey(cameraId, applicationInterface.getCameraIdSPhysicalPref()), resolution);
        }

        editor.apply();