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

Commit 4bced912 authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Add flag for IME bug fixes

Bug: 388570293
Test: m
Flag: EXEMPT adding a flag
Change-Id: Idc361f79b53b8dc7264d3569a4665071616b380c
parent a819614d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -979,3 +979,13 @@ flag {
    description: "Enables the home to be shown behind the desktop."
    bug: "375644149"
}

flag {
    name: "enable_desktop_ime_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables bugfix to handle IME interactions in desktop windowing."
    bug: "388570293"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}