From ca24932237331dd06d68325dbbf6841e204b6413 Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 20 Sep 2024 00:52:27 +0000 Subject: Make unmodified string val Bug: 356516285 Test: treehugger Flag: com.android.systemui.notification_avalanche_throttle_hun Change-Id: Iee64dff8263c5b8db81bcb976761ced5dddf37ac --- .../src/com/android/systemui/statusbar/policy/AvalancheController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-59-g8ed1b