diff options
| author | 2023-03-21 19:43:20 +0000 | |
|---|---|---|
| committer | 2023-03-21 19:43:20 +0000 | |
| commit | c8ce270730086498e2ff1de794c73c2030dd1723 (patch) | |
| tree | 0e31bd050b1e27f600af6e1ece7ff6a5b6459a92 /java/tests | |
| parent | 3c3755b4ea535df1b5f2a9f3e57b235b660e1fcd (diff) | |
| parent | f1870096ee8ad86d45887b1de5aee70a7f93dea3 (diff) | |
Merge "Maintain previews aspect ratio" into udc-dev
Diffstat (limited to 'java/tests')
| -rw-r--r-- | java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java b/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java index 596b546e..8b9aaa60 100644 --- a/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java +++ b/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java @@ -1030,7 +1030,7 @@ public class UnbundledChooserActivityTest { setupResolverControllers(resolvedComponentInfos); mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); waitForIdle(); - onView(withId(com.android.internal.R.id.content_preview_image_area)) + onView(withId(R.id.scrollable_image_preview)) .perform(RecyclerViewActions.scrollToLastPosition()) .check((view, exception) -> { if (exception != null) { |