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

Commit 6210c717 authored by Jiaming Liu's avatar Jiaming Liu
Browse files

[Bubbles] Add bugfix flag for ime flicker when switching bubbles

Bug: 416347012
Test: build
Flag: com.android.wm.shell.fix_bubbles_ime_focus_flicker
Change-Id: Idb786cb307419005945f50c1f6eba0fbd3308307
parent 44faab4a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -313,6 +313,16 @@ flag {
    }
}

flag {
    name: "fix_bubbles_ime_focus_flicker"
    namespace: "multitasking"
    description: "Fixes an ime flicker due to non-bubbled activity gaining focus when switching bubbles"
    bug: "416347012"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "dismiss_pip_from_lockscreen"
    namespace: "multitasking"