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

Commit 85680b52 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add bug fix flag for inset update seq" into main

parents 9a372e7c 96158d7b
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