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

Commit 316c7f85 authored by Pragya Bajoria's avatar Pragya Bajoria
Browse files

Update comment description in DesktopModeStatus.

Bug: 339814314

Change-Id: I000a8288102861b19f9e6a0eaa2f84d6cc90d776
parent 1fc94796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class DesktopModeStatus {
            "persist.wm.debug.desktop_use_window_shadows_focused_window", false);

    /**
     * Flag to indicate whether to apply shadows to windows in desktop mode.
     * Flag to indicate whether to use rounded corners for windows in desktop mode.
     */
    private static final boolean USE_ROUNDED_CORNERS = SystemProperties.getBoolean(
            "persist.wm.debug.desktop_use_rounded_corners", true);