Add SafeViewPager to fix touch exception in MediaPreviewActivity (#1166)

This commit is contained in:
Andrew Gallasch
2023-04-26 14:24:54 +09:30
committed by GitHub
parent 7d33177e06
commit 716fc1f4fa
2 changed files with 31 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
</com.google.android.material.appbar.AppBarLayout>
<androidx.viewpager.widget.ViewPager
<org.thoughtcrime.securesms.components.SafeViewPager
android:id="@+id/media_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"