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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user