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

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

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

Merge "Default isUserSwitcherEnabled showEvenIfNotActionable" into rvc-dev am: a677e1c6 am: 58352e4e am: 3fbd96cc

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

Change-Id: Ibedd7fc5f7ac31afb26fbbd09ee593893709e6c1
parents 6c97ed1c 3fbd96cc
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -4095,14 +4095,14 @@ public class UserManager {
    }
    }


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


    /**
    /**