diff options
| author | 2024-09-20 00:52:27 +0000 | |
|---|---|---|
| committer | 2024-09-20 00:52:27 +0000 | |
| commit | ca24932237331dd06d68325dbbf6841e204b6413 (patch) | |
| tree | 94ad226d9b2cc9c6a71038fcfd18388ef83a6215 | |
| parent | ead153f8c699cbfb0bddb85f6482aa984b366201 (diff) | |
Make unmodified string val
Bug: 356516285
Test: treehugger
Flag: com.android.systemui.notification_avalanche_throttle_hun
Change-Id: Iee64dff8263c5b8db81bcb976761ced5dddf37ac
| -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) |