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

Commit 653e7c91 authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Android (Google) Code Review
Browse files

Merge "Turn off transcoding notification by default" into sc-dev

parents 92aaef1d 3d7118d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ public class TranscodeNotificationPreferenceController extends TogglePreferenceC

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

    @Override