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

Commit fe7a9d9c 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: 403a8522

Change-Id: I522e3f2b6377254816493a8230e2f68699322348
parents 9396ff7c 403a8522
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)
    }