Skip to content

Commit

Permalink
Use new fake reference manager setup in PromptAutoplayerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Feb 18, 2020
1 parent 1d3121e commit 8e5994c
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 102 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.odk.collect.android.support;

import android.util.Pair;
import androidx.core.util.Pair;

import org.javarosa.core.reference.InvalidReferenceException;
import org.javarosa.core.reference.Reference;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.provider.MediaStore;
import android.util.Pair;
import android.view.View;
import android.widget.ImageView;

import androidx.annotation.NonNull;
import androidx.core.util.Pair;

import net.bytebuddy.utility.RandomString;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import android.content.Intent;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.util.Pair;
import androidx.core.util.Pair;
import android.view.View;
import android.widget.ImageView;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import android.content.Intent;
import android.provider.MediaStore;
import android.util.Pair;
import android.view.View;
import android.widget.ImageView;

import androidx.annotation.NonNull;
import androidx.core.util.Pair;

import net.bytebuddy.utility.RandomString;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import android.content.Intent;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.util.Pair;
import androidx.core.util.Pair;
import android.view.View;
import android.widget.ImageView;

Expand Down

0 comments on commit 8e5994c

Please sign in to comment.