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

Commit 3c6b00e0 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Fix Error Prone errors am: 3aa3fb5e am: 9e2904c4

Change-Id: I2f9355ba9dc6a65eb76f7b80f06dc396bd87b4ac
parents bc51c8f1 9e2904c4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -89,8 +89,11 @@ public class StateTest {
        assertTrue(mState.shouldShowPreview());
    }

    @Test
    public void testPhotoPicking_onlyOneImageType() {
        mIntent.putExtra(Intent.EXTRA_MIME_TYPES, MIME_TYPES[0]);
        String[] stringArray = { MIME_TYPES[0] };
        mIntent.putExtra(Intent.EXTRA_MIME_TYPES, stringArray);

        mState.initAcceptMimes(mIntent, "*/*");
        mState.action = State.ACTION_GET_CONTENT;