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

Commit 166dafed authored by Lyn Han's avatar Lyn Han
Browse files

Fix variable name in AvalancheController

Following up to incomplete merge conflict fix in ag/29584714

Bug: 368568210
Flag: com.android.systemui.notification_avalanche_throttle_hun
Change-Id: I1ec078d66065e537f33829067f2e156c40e86641
parent 10618b97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ constructor(
            runnable.run()
            return
        }
        val stateAfter: String
        val outcome: String
        if (entry in nextMap) {
            outcome = "remove from next"
            if (entry in nextMap) nextMap.remove(entry)