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

Commit e1444776 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Remove TODO

This IPC is already cached internally by Settings.

Fixes: 140061064
Test: make
Change-Id: I4868143495c9f3e84b929f8ec9ce876e97508cce
parent 9e3402dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -314,7 +314,6 @@ public class UserSwitcherController implements Dumpable {
        // adb shell settings put system enable_fullscreen_user_switcher 1  # Turn it on.
        // adb shell settings put system enable_fullscreen_user_switcher 1  # Turn it on.
        // Restart SystemUI or adb reboot.
        // Restart SystemUI or adb reboot.
        final int DEFAULT = -1;
        final int DEFAULT = -1;
        // TODO(b/140061064)
        final int overrideUseFullscreenUserSwitcher =
        final int overrideUseFullscreenUserSwitcher =
                whitelistIpcs(() -> Settings.System.getInt(mContext.getContentResolver(),
                whitelistIpcs(() -> Settings.System.getInt(mContext.getContentResolver(),
                        "enable_fullscreen_user_switcher", DEFAULT));
                        "enable_fullscreen_user_switcher", DEFAULT));