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

Commit 8f4f6ab6 authored by Jeremy Sim's avatar Jeremy Sim
Browse files

Add aconfig flag for enable_magnetic_split_divider

Used for flagging some new divider changes. This feature makes the split screen divider snap 'magnetically' to available snap points as the user drags it.

Bug: 383631946
Flag: com.android.wm.shell.enable_magnetic_split_divider
Test: Not needed
Change-Id: I3073ffdb7b8e5bc0e07c903076625b1036ed2937
parent d6648aa5
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -204,3 +204,10 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_magnetic_split_divider"
    namespace: "multitasking"
    description: "Makes the split divider snap 'magnetically' to available snap points during drag"
    bug: "383631946"
}