Loading packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/AudioRecordingDisclosureBar.java +5 −7 Original line number Diff line number Diff line Loading @@ -498,15 +498,13 @@ public class AudioRecordingDisclosureBar implements mState = STATE_MINIMIZED; if (mRevealRecordingPackages) { if (!mPendingNotificationPackages.isEmpty()) { if (mRevealRecordingPackages && !mPendingNotificationPackages.isEmpty()) { // There is a new application that started recording, tell the user about it. expand(mPendingNotificationPackages.poll()); } else { hideIndicatorIfNeeded(); } } } @UiThread private void onHidden() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/AudioRecordingDisclosureBar.java +5 −7 Original line number Diff line number Diff line Loading @@ -498,15 +498,13 @@ public class AudioRecordingDisclosureBar implements mState = STATE_MINIMIZED; if (mRevealRecordingPackages) { if (!mPendingNotificationPackages.isEmpty()) { if (mRevealRecordingPackages && !mPendingNotificationPackages.isEmpty()) { // There is a new application that started recording, tell the user about it. expand(mPendingNotificationPackages.poll()); } else { hideIndicatorIfNeeded(); } } } @UiThread private void onHidden() { Loading