Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1662,7 +1662,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { private void toggleNotificationPanel() { IStatusBarService statusBarService = getStatusBarService(); if (statusBarService != null) { if (isUserSetupComplete() && statusBarService != null) { try { statusBarService.togglePanel(); } catch (RemoteException e) { Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1662,7 +1662,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { private void toggleNotificationPanel() { IStatusBarService statusBarService = getStatusBarService(); if (statusBarService != null) { if (isUserSetupComplete() && statusBarService != null) { try { statusBarService.togglePanel(); } catch (RemoteException e) { Loading