Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading