Do not retry loading pages

GIF support in non-vertical pagers
Fix cache being double-opened
This commit is contained in:
NerdNumber9
2018-07-18 22:17:46 -04:00
parent 2fd4204db8
commit 840e571917
6 changed files with 65 additions and 5 deletions

View File

@@ -34,6 +34,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<WebView
android:id="@+id/gif_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"