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

Commit 204bff0f authored by Jon Miranda's avatar Jon Miranda
Browse files

Add enable_dynamic_insets_for_app_launch flag

Enables dynamic insets for app launch so the window
is properly cropped

Bug: 336511494
Flag: EXEMPT adding a flag
Change-Id: Ia16b5df8fe3cd4ce31295947bb777a759f60136e
parent ce025251
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -211,3 +211,10 @@ flag {
    description: "Makes the split divider snap 'magnetically' to available snap points during drag"
    bug: "383631946"
}

flag {
    name: "enable_dynamic_insets_for_app_launch"
    namespace: "multitasking"
    description: "Enables dynamic insets for app launch so the window is properly cropped"
    bug: "336511494"
}