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

Commit da44af40 authored by Wilson Wu's avatar Wilson Wu
Browse files

Add HIDE_BUBBLES reason into InputMethodDebug

CL[1] add a new HIDE_BUBBLES reason but didn't add
it into the InputMethodDebug. Add this reason for
showing correct debugging information.

[1]: I09f27b3c187a7bcfbef663cd3101a74ad8ab95ab

Bug: 244258828
Test: Verify this reason showing in SoftInputShowHideHistory
Change-Id: Ia571de9a00a05ab490152d40329a200fc40f0d6a
parent 42c71c61
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -226,6 +226,8 @@ public final class InputMethodDebug {
                return "HIDE_DOCKED_STACK_ATTACHED";
                return "HIDE_DOCKED_STACK_ATTACHED";
            case SoftInputShowHideReason.HIDE_RECENTS_ANIMATION:
            case SoftInputShowHideReason.HIDE_RECENTS_ANIMATION:
                return "HIDE_RECENTS_ANIMATION";
                return "HIDE_RECENTS_ANIMATION";
            case SoftInputShowHideReason.HIDE_BUBBLES:
                return "HIDE_BUBBLES";
            case SoftInputShowHideReason.HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR:
            case SoftInputShowHideReason.HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR:
                return "HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR";
                return "HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR";
            case SoftInputShowHideReason.HIDE_REMOVE_CLIENT:
            case SoftInputShowHideReason.HIDE_REMOVE_CLIENT: