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

Commit 2aca7ec5 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am b3e4c001: am fca8d258: Merge "Remove power menu user switcher" into jb-mr1-dev

* commit 'b3e4c001':
  Remove power menu user switcher
parents a7668cf7 b3e4c001
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);
        }