fix(profile page): Fav manga not showing

This commit is contained in:
aayush262 2024-03-03 22:41:02 +05:30
parent 51beea1dc8
commit 99a805826d
2 changed files with 7 additions and 15 deletions

View file

@ -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">