Switch to HackyViewPager for media preview

Fixes #7344
Fixes #7335
This commit is contained in:
Moxie Marlinspike
2018-01-18 10:16:35 -08:00
parent 763fa0dd21
commit bc64230a65
2 changed files with 44 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:background="@color/gray95">
<android.support.v4.view.ViewPager
<org.thoughtcrime.securesms.components.viewpager.HackyViewPager
android:id="@+id/media_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>