Shop module api integration. Created views: ShopActivity, ShopFragment1, ShopFragment2, ShopFragment3.
Showing all three list and caching them in viwemodel
This commit is contained in:
@@ -17,10 +17,13 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Woka"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".shop.views.ShopActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".webseries.views.WebSeriesActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait" />
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name=".karaoke.player.KaraokePlayerActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode|fontScale"
|
||||
|
||||
Reference in New Issue
Block a user