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

Commit 66a86575 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Only animate user list if there's multiple users" into sc-v2-dev...

Merge "Merge "Only animate user list if there's multiple users" into sc-v2-dev am: 4417daea" into sc-v2-dev-plus-aosp
parents 5e042e62 81ab9b95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public class KeyguardUserSwitcherListView extends AlphaOptimizedLinearLayout {
            }
        }

        if (animate) {
        if (animate && userItemViews.length > 1) {
            // AnimationUtils will immediately hide/show the first item in the array. Since the
            // first view is the current user, we want to manage its visibility separately.
            // Set first item to null so AnimationUtils ignores it.