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

Commit 9e2904c4 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Fix Error Prone errors

am: 3aa3fb5e

Change-Id: I5e5255640b63f8d20fa814242f4c6cdd32d3d99f
parents fd3d0614 3aa3fb5e
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;