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

Commit b02ab64e authored by Steve Elliott's avatar Steve Elliott
Browse files

[kairos] drop Output upstream ref on death

Flag: com.android.systemui.status_bar_mobile_icon_kairos
Bug: 383172066
Test: atest
Change-Id: I1611c616c825789e949ceadf638fcb91c8a30bda
parent 577a2a72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ internal class Output<A>(

    fun kill() {
        onDeath()
        upstream = null
    }

    fun schedule(logIndent: Int, evalScope: EvalScope) {