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

Commit a3591782 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix guest icon is not clickable after adding user"

parents 99398da5 f763938c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -478,6 +478,9 @@ public class UserGridRecyclerView extends RecyclerView {
                if (user != null) {
                    mCarUserManagerHelper.switchToUser(user);
                }
                if (mAddUserView != null) {
                    mAddUserView.setEnabled(true);
                }
            }
        }