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

Commit 1c132994 authored by Manish Singh's avatar Manish Singh
Browse files

Switch the default option from B to A

The switch implies that we will not transcode by default.

Test: manual
BUG=177931834

Change-Id: I6daee5bdf0f77ef65eda2db6be055fad0bceded3
parent a3479932
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class TranscodeDefaultOptionPreferenceController extends TogglePreference

    @Override
    public boolean isChecked() {
        return !SystemProperties.getBoolean(TRANSCODE_DEFAULT_SYS_PROP_KEY, true);
        return !SystemProperties.getBoolean(TRANSCODE_DEFAULT_SYS_PROP_KEY, false);
    }

    @Override