Merge "Fix flicker on first fold after launcher process started" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3dc3657f67
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user