compose: commons: Migrate stream browse fragment to compose
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -32,9 +32,6 @@
|
||||
<action
|
||||
android:id="@+id/action_global_devProfileFragment"
|
||||
app:destination="@id/devProfileFragment" />
|
||||
<action
|
||||
android:id="@+id/action_global_streamBrowseFragment"
|
||||
app:destination="@id/streamBrowseFragment" />
|
||||
<action
|
||||
android:id="@+id/action_global_appMenuSheet"
|
||||
app:destination="@id/appMenuSheet" />
|
||||
@@ -120,14 +117,6 @@
|
||||
app:action="android.intent.action.VIEW"
|
||||
app:uri="play.google.com/store/apps/dev?id={devId}" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/streamBrowseFragment"
|
||||
android:name="com.aurora.store.view.ui.commons.StreamBrowseFragment"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar">
|
||||
<argument
|
||||
android:name="cluster"
|
||||
app:argType="com.aurora.gplayapi.data.models.StreamCluster" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/splashFragment"
|
||||
android:name="com.aurora.store.view.ui.splash.SplashFragment"
|
||||
|
||||
Reference in New Issue
Block a user