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

Commit 84caab7b authored by Jason Monk's avatar Jason Monk
Browse files

QS: Revert change to when user switcher is shown

Its making it inconsistently show up on the lock screen. Until
final behavior is decided, revert to old behavior.

Change-Id: Ifc69f2d5b527cc9ce5a174b16b8b605db26fc35b
Fixes: 36141544
Test: visual
parent 089efe43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public class MultiUserSwitch extends FrameLayout implements View.OnClickListener
        if (mUserListener == null) {
            return false;
        }
        return mUserListener.getUserCount() > 1;
        return mUserListener.getUserCount() != 0;
    }

    public void setUserSwitcherController(UserSwitcherController userSwitcherController) {