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

Commit 8793a746 authored by Manish Singh's avatar Manish Singh Committed by Android (Google) Code Review
Browse files

Merge "Switch the default option from B to A"

parents a2be7b83 1c132994
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