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

Commit 37190709 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Add bug fix flag for IWindow#insetsControlChanged" into main

parents 18a95181 e836e219
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -141,3 +141,13 @@ flag {
        purpose: PURPOSE_FEATURE
    }
}

flag {
    namespace: "windowing_sdk"
    name: "insets_control_changed_item"
    description: "Pass insetsControlChanged through ClientTransaction to fix the racing"
    bug: "339380439"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file