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

Commit 9431f88c authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Fix log statement in BackPanelController

Bug: none
Flag: NONE
Test: presubmit
Change-Id: Id4030d99fb827fcfdb10f0841c6a375157defcf4
parent ef54218e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ import androidx.annotation.VisibleForTesting
import androidx.core.os.postDelayed
import androidx.core.view.isVisible
import androidx.dynamicanimation.animation.DynamicAnimation
import com.android.internal.jank.Cuj.CUJ_BACK_PANEL_ARROW
import com.android.internal.jank.InteractionJankMonitor
import com.android.internal.util.LatencyTracker
import com.android.systemui.dagger.qualifiers.Main
@@ -1039,7 +1038,7 @@ internal constructor(
    override fun dump(pw: PrintWriter) {
        pw.println("$TAG:")
        pw.println("  currentState=$currentState")
        pw.println("  isLeftPanel=$mView.isLeftPanel")
        pw.println("  isLeftPanel=${mView.isLeftPanel}")
    }

    init {