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

Commit d7b87369 authored by Nicolò Mazzucato's avatar Nicolò Mazzucato
Browse files

Remove flag enablePerDisplayPackageContextCacheInStatusbarNotif from DesktopExperienceFlags

The flag is already in next, we don't need to enable it based on the dev setting

Bug: 407924538
Test: None - there were no usages of it
Flag: com.android.window.flags.enable_per_display_package_context_cache_in_statusbar_notif
Change-Id: I9f691e3f10ed4c1b23c8248275df1371c98ba30b
parent c1ad3160
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ public enum DesktopExperienceFlags {
            Flags::enablePersistingDisplaySizeForConnectedDisplays, false),
    ENABLE_PER_DISPLAY_DESKTOP_WALLPAPER_ACTIVITY(Flags::enablePerDisplayDesktopWallpaperActivity,
            false),
    ENABLE_PER_DISPLAY_PACKAGE_CONTEXT_CACHE_IN_STATUSBAR_NOTIF(
            Flags::enablePerDisplayPackageContextCacheInStatusbarNotif, false),
    ENABLE_PROJECTED_DISPLAY_DESKTOP_MODE(Flags::enableProjectedDisplayDesktopMode, false),
    ENABLE_TASKBAR_CONNECTED_DISPLAYS(Flags::enableTaskbarConnectedDisplays, true),
    ENTER_DESKTOP_BY_DEFAULT_ON_FREEFORM_DISPLAYS(Flags::enterDesktopByDefaultOnFreeformDisplays,