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

Commit 3dc3657f authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Fix flicker on first fold after launcher process started" into tm-qpr-dev

parents 46144b62 61e5ff78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class UnfoldRemoteFilter(

    private var inProgress = false

    private var processedProgress: Float = 0.0f
    private var processedProgress: Float = 1.0f
        set(newProgress) {
            if (inProgress) {
                logCounter({ "$TAG#filtered_progress" }, newProgress)