mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-28 12:57:57 +01:00
Avoid OutOfMemory crashes on webtoon viewer increasing view holders height
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="300dp"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/frame_container">
|
||||
|
||||
<ProgressBar
|
||||
|
||||
Reference in New Issue
Block a user