You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HeadsUp: Only remove heads up if attached to window
Attempting to remove mHeadsUpNoficiationView from the window manager
when it is not currently attached will throw an IllegalArgumentException
so we check if it is attached and if so remove it, otherwise carry on.
As well remove possible left children in statusbarview
Change-Id: Ida916eba496c4183e47288ef24a8a93c46a7eddf
Conflicts:
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
0 commit comments