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

Commit e836e219 authored by Chris Li's avatar Chris Li
Browse files

Add bug fix flag for IWindow#insetsControlChanged

Bug: 339380439
Test: flag only
Change-Id: I5f482b3cd5834636195635267d8168ae4cab325a
parent bef30116
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