mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-30 13:57:57 +01:00
Give view pager unique ids, avoiding subtle bugs
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<android.support.v4.view.ViewPager
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/view_pager"/>
|
||||
android:id="@+id/library_pager"/>
|
||||
|
||||
<eu.kanade.tachiyomi.widget.EmptyView
|
||||
android:id="@+id/empty_view"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v4.view.ViewPager
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/view_pager"
|
||||
android:id="@+id/manga_pager"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
@@ -3,4 +3,6 @@
|
||||
|
||||
<item name="catalogue_filter_sort_group" type="id"/>
|
||||
<item name="catalogue_filter_sort_item" type="id"/>
|
||||
|
||||
<item name="reader_pager" type="id"/>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user