Loading packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt +0 −2 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ class UnfoldRemoteFilter( if (inProgress) { logCounter({ "$TAG#filtered_progress" }, newProgress) listener.onTransitionProgress(newProgress) } else { Log.e(TAG, "Filtered progress received received while animation not in progress.") } field = newProgress } Loading Loading
packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/UnfoldRemoteFilter.kt +0 −2 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ class UnfoldRemoteFilter( if (inProgress) { logCounter({ "$TAG#filtered_progress" }, newProgress) listener.onTransitionProgress(newProgress) } else { Log.e(TAG, "Filtered progress received received while animation not in progress.") } field = newProgress } Loading