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

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

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

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