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

Commit e68d6556 authored by Matt Sziklay's avatar Matt Sziklay Committed by Android (Google) Code Review
Browse files

Merge "Remove touch listener when disposing input layer." into main

parents d037da48 13c0f740
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ internal class AppHandleViewHolder(
    fun disposeStatusBarInputLayer() {
        if (!statusBarInputLayerExists) return
        statusBarInputLayerExists = false
        statusBarInputLayer?.view?.setOnTouchListener(null)
        handler.post {
            statusBarInputLayer?.releaseView()
            statusBarInputLayer = null