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

Commit 7d62a5e2 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge changes I67dbf04a,I032f6741 am: 727ec42d am: 6b24cc57

am: 257f42fd

Change-Id: I8bb1a61f255a1c80242ac264f061f15153df12aa
parents ca4fd1b7 257f42fd
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -155,7 +155,8 @@ public class BluetoothPairingDialogTest {


        // check that showSoftInput was called to make input method appear when the dialog was shown
        // check that showSoftInput was called to make input method appear when the dialog was shown
        assertThat(view.isFocused()).isTrue();
        assertThat(view.isFocused()).isTrue();
        assertThat(imm.isActive());
        // TODO(b/73892004): Figure out why this is failing.
        // assertThat(imm.isActive()).isTrue();
        verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
        verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
    }
    }