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

Commit fca8d258 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Remove power menu user switcher" into jb-mr1-dev

parents 8cf1ea90 912133a4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -314,8 +314,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
        }

        // one more thing: optionally add a list of users to switch to
        // temporarily enable this by default
        if (true || SystemProperties.getBoolean("fw.power_user_switcher", false)) {
        if (SystemProperties.getBoolean("fw.power_user_switcher", false)) {
            addUsersToMenu(mItems);
        }