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

Commit 791f95c8 authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Automerger Merge Worker
Browse files

Merge "Turn off transcoding notification by default" into sc-dev am: 653e7c91

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14964377

Change-Id: Ifb289ac030f62f3963a81c1808c80ada47c574c5
parents a9a5876e 653e7c91
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