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

Commit fa17fd57 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 udc-dev

parents 1d27271b 9ce5ffb7
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)