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

Commit 96158d7b authored by Chris Li's avatar Chris Li
Browse files

Add bug fix flag for inset update seq

Bug: 339380439
Test: flag only
Change-Id: I49e4107b2ae43898664dd4ccb48ffc6090413a2f
parent ff5ab550
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -148,3 +148,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "insets_control_seq"
    description: "Add seqId to InsetsControls to ensure the stale update is ignored"
    bug: "339380439"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file