Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/BypassHeadsUpNotifier.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/BypassHeadsUpNotifier.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) } Loading