Teaser listing api in ViewModel.

Creating playlist for episodes and teasers in viewmodel

opening fragment from the MyListFragment: Receiving callback and updating data accordingly.

Corrected home1 fragment's background timings

Updating UI language of MyListFragment when user changes the language with the callback.

NoSignInDialog : UI and functionality

Implemented in MyListFragment
This commit is contained in:
2024-07-18 21:07:14 +05:30
parent 2e2c9cb853
commit 8a3ca80f09
26 changed files with 1055 additions and 2339 deletions

View File

@@ -18,7 +18,7 @@
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".webseries.views.SeriesActivity"
android:name=".webseries.views.WebSeriesActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
@@ -55,14 +55,6 @@
android:screenOrientation="sensorLandscape"
android:supportsPictureInPicture="true"
android:theme="@style/FullScreenTheme" />
<activity
android:name=".webseries.views.SeasonActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".webseries.views.WebSeriesActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".home.views.FMActivity"
android:exported="false"