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

Commit f931053e authored by Xiyuan Xia's avatar Xiyuan Xia Committed by Android (Google) Code Review
Browse files

Merge "Rename fullscreen user switcher config"

parents d920ac6e 40f9daba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@
    <bool name="config_enableAppShelf">false</bool>

    <!-- Whether to show the full screen user switcher. -->
    <bool name="enable_fullscreen_user_switcher">false</bool>
    <bool name="config_enableFullscreenUserSwitcher">false</bool>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ public class UserSwitcherController {
            return overrideUseFullscreenUserSwitcher != 0;
        }
        // Otherwise default to the build setting.
        return mContext.getResources().getBoolean(R.bool.enable_fullscreen_user_switcher);
        return mContext.getResources().getBoolean(R.bool.config_enableFullscreenUserSwitcher);
    }

    public void removeUserId(int userId) {