Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca249322 authored by Lyn's avatar Lyn
Browse files

Make unmodified string val

Bug: 356516285
Test: treehugger
Flag: com.android.systemui.notification_avalanche_throttle_hun
Change-Id: Iee64dff8263c5b8db81bcb976761ced5dddf37ac
parent ead153f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)