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

Commit 2c91924e authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Disabled the media auto heads up experience" into qt-r1-dev am: 5c0932cf

am: 5418d427

Change-Id: Id2c671102b28490a4eb920e453374785d8ac6a47
parents 9396ff7c 5418d427
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class BypassHeadsUpNotifier @Inject constructor(
                    enabled = Settings.Secure.getIntForUser(
                            context.contentResolver,
                            Settings.Secure.SHOW_MEDIA_WHEN_BYPASSING,
                            1 /* default */,
                            0 /* default */,
                            KeyguardUpdateMonitor.getCurrentUser()) != 0
                }, Settings.Secure.SHOW_MEDIA_WHEN_BYPASSING)
    }