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

Commit cde8e8f9 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Don't show add user for simple user switcher" into lmp-dev

parents d4c2f397 092be7de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ public class UserSwitcherController {
                    }
                }

                if (canCreateUser) {
                if (!mSimpleUserSwitcher && canCreateUser) {
                    records.add(new UserRecord(null /* info */, null /* picture */,
                            false /* isGuest */, false /* isCurrent */, true /* isAddUser */,
                            createIsRestricted));