View all buttons in all lists in favorites list.

Removed all local changes in favorites list from all modules repository
Added flag to only load favorites list when there is changes in modules data.

Created FavoritesActivity and fragment_web_series_eng and creadted viewmodel and integrated api for loading data of webseries.
This commit is contained in:
2024-08-08 21:03:19 +05:30
parent fa77c3d5ff
commit a10f0a06bb
14 changed files with 711 additions and 253 deletions

View File

@@ -17,6 +17,9 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".home.mylist.view.FavoritesActivity"
android:exported="false" />
<activity
android:name=".modules.blogs.view.BlogsActivity"
android:exported="false" />