Loading packages/SystemUI/src/com/android/systemui/qs/FgsManagerController.kt +4 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,10 @@ constructor( newChangesSinceDialogWasDismissed = false synchronized(lock) { this.dialog = null // Adapters keep references to RV they're added to and // we need to explicitly clear that reference via setAdapter // to avoid a leak. recyclerView.adapter = null updateAppItemsLocked() } onDialogDismissedListeners.forEach { Loading Loading
packages/SystemUI/src/com/android/systemui/qs/FgsManagerController.kt +4 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,10 @@ constructor( newChangesSinceDialogWasDismissed = false synchronized(lock) { this.dialog = null // Adapters keep references to RV they're added to and // we need to explicitly clear that reference via setAdapter // to avoid a leak. recyclerView.adapter = null updateAppItemsLocked() } onDialogDismissedListeners.forEach { Loading