fix(profile page): Fav manga not showing
This commit is contained in:
parent
51beea1dc8
commit
99a805826d
2 changed files with 7 additions and 15 deletions
|
@ -359,7 +359,7 @@
|
|||
<LinearLayout
|
||||
android:id="@+id/profileFavAnimeContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
|
@ -433,7 +433,7 @@
|
|||
<LinearLayout
|
||||
android:id="@+id/profileFavMangaContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue