diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt index 1127f6fe3614..caf09a3b638e 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt @@ -216,7 +216,7 @@ constructor( ) return } - var stateAfter: String + val stateAfter: String if (entry in nextMap) { if (entry in nextMap) nextMap.remove(entry) if (entry in nextList) nextList.remove(entry) |