Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +8 −1 Original line number Diff line number Diff line Loading @@ -4596,7 +4596,14 @@ public class NotificationPanelViewController extends PanelViewController { // Can affect multi-user switcher visibility as it depends on screen size by default: // it is enabled only for devices with large screens (see config_keyguardUserSwitcher) boolean prevKeyguardUserSwitcherEnabled = mKeyguardUserSwitcherEnabled; boolean prevKeyguardQsUserSwitchEnabled = mKeyguardQsUserSwitchEnabled; updateUserSwitcherFlags(); if (prevKeyguardUserSwitcherEnabled != mKeyguardUserSwitcherEnabled || prevKeyguardQsUserSwitchEnabled != mKeyguardQsUserSwitchEnabled) { reInflateViews(); } Trace.endSection(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +8 −1 Original line number Diff line number Diff line Loading @@ -4596,7 +4596,14 @@ public class NotificationPanelViewController extends PanelViewController { // Can affect multi-user switcher visibility as it depends on screen size by default: // it is enabled only for devices with large screens (see config_keyguardUserSwitcher) boolean prevKeyguardUserSwitcherEnabled = mKeyguardUserSwitcherEnabled; boolean prevKeyguardQsUserSwitchEnabled = mKeyguardQsUserSwitchEnabled; updateUserSwitcherFlags(); if (prevKeyguardUserSwitcherEnabled != mKeyguardUserSwitcherEnabled || prevKeyguardQsUserSwitchEnabled != mKeyguardQsUserSwitchEnabled) { reInflateViews(); } Trace.endSection(); } Loading