Fix ClusterStreamBrowse links - uses WebAPI

This commit is contained in:
Rahul Patel
2024-07-13 04:50:39 +05:30
parent 7917163a7c
commit e7d8960997
6 changed files with 34 additions and 57 deletions

View File

@@ -255,11 +255,8 @@
android:name="com.aurora.store.view.ui.commons.StreamBrowseFragment"
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument
android:name="browseUrl"
app:argType="string" />
<argument
android:name="title"
app:argType="string" />
android:name="cluster"
app:argType="com.aurora.gplayapi.data.models.StreamCluster" />
</fragment>
<fragment
android:id="@+id/devAppsFragment"