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

Commit f4b43411 authored by Jorge Gil's avatar Jorge Gil
Browse files

Add flag for always force-consuming the captionBar

To avoid overlap issues with apps that don't handle captionBar insets
well, Desktop Windowing may set a flag on its caption inset source that
will make DecorView consume the inset for the app.

Bug: 352563889
Test: m
Flag: EXEMPT adding a flag
Change-Id: I86654049c82b16c4ee21668498854c7089668200
parent 9aca3ea5
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -128,6 +128,13 @@ flag {
    bug: "316231589"
    bug: "316231589"
}
}


flag {
    name: "enable_caption_compat_inset_force_consumption_always"
    namespace: "lse_desktop_experience"
    description: "Enables force-consumption of caption bar insets for all apps in freeform"
    bug: "352563889"
}

flag {
flag {
    name: "show_desktop_windowing_dev_option"
    name: "show_desktop_windowing_dev_option"
    namespace: "lse_desktop_experience"
    namespace: "lse_desktop_experience"