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

Commit b95a016d authored by Adam Bookatz's avatar Adam Bookatz Committed by Automerger Merge Worker
Browse files

Merge "Default isUserSwitcherEnabled showEvenIfNotActionable" into rvc-dev am: a677e1c6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11829304

Change-Id: I8046197ea70cfde78e1d9a61b17eb9789aac4b47
parents 0050ed43 a677e1c6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4095,14 +4095,14 @@ public class UserManager {
    }

    /**
     * Returns true if the user switcher should be shown.
     * I.e., returns whether the user switcher is enabled and there is something actionable to show.
     * Returns true if the user switcher is enabled (regardless of whether there is anything
     * interesting for it to show).
     *
     * @return true if user switcher should be shown.
     * @return true if user switcher is enabled
     * @hide
     */
    public boolean isUserSwitcherEnabled() {
        return isUserSwitcherEnabled(false);
        return isUserSwitcherEnabled(true);
    }

    /**