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

Commit 912133a4 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Remove power menu user switcher

Bug: 7466189
Change-Id: Ieb5e637f3e0b557eb616b5531a0a05a38a788fab
parent 37238e5a
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);
        }