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

Commit a7c4b955 authored by Evan Rosky's avatar Evan Rosky
Browse files

Add flag for always-seq-id during layout

Flag for using seq-id for all cfg changes to client
instead of just BLAST

Bug: 385976595
Test: N/A
Flag: EXEMPT adding the flag
Change-Id: I529fd0cad19651c57bd156ce29cceec981a5a078
parent 2d78fe26
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -528,3 +528,10 @@ flag {
    description: "WindowManagerService.getCurrentAnimatorScale() reads the animator scale from shared memory"
    bug: "406182390"
}

flag {
    name: "always_seq_id_layout"
    namespace: "windowing_frontend"
    description: "Use seq-id for all client config changes"
    bug: "385976595"
}