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

Commit 5418d427 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

Change-Id: Id68352dc4cd68a5a51a011806136b83004457e14
parents 324bf3e6 5c0932cf
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)
    }