-
- Downloads
Fix the Lifecycle states.
Setting current state to DESTROYED effectively removes listeners. Change to CREATED, which is equivalent to moving through onPause and onStop, temporarily interrupting listening. Fixes: 157437903 Test: manual, toggle ringer while QS is open Change-Id: I7d5fd575795b51c0990374ab58abe9e6cd13718c
Showing
- packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java 1 addition, 1 deletion...m/android/systemui/globalactions/GlobalActionsDialog.java
- packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java 1 addition, 3 deletions...mUI/src/com/android/systemui/qs/QuickStatusBarHeader.java
Please register or sign in to comment