Disable AppPeekSheet, enable only when ready

This commit is contained in:
Rahul Patel
2024-07-15 01:23:05 +05:30
committed by Aayush Gupta
parent 388e2d9a35
commit c426c3b7a7
2 changed files with 4 additions and 6 deletions

View File

@@ -100,8 +100,6 @@ class CategoryBrowseFragment : BaseFragment<FragmentGenericWithToolbarBinding>()
} }
override fun onAppLongClick(app: App) { override fun onAppLongClick(app: App) {
findNavController().navigate(
CategoryBrowseFragmentDirections.actionCategoryBrowseFragmentToAppPeekDialogSheet(app)
)
} }
} }

View File

@@ -86,21 +86,21 @@
android:paddingEnd="@dimen/padding_large"> android:paddingEnd="@dimen/padding_large">
<com.google.android.material.chip.Chip <com.google.android.material.chip.Chip
android:id="@+id/tab_top_free" android:id="@+id/chip_favourite"
style="@style/Widget.MaterialComponents.Chip.Action" style="@style/Widget.MaterialComponents.Chip.Action"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/action_wishlist_add" /> android:text="@string/action_wishlist_add" />
<com.google.android.material.chip.Chip <com.google.android.material.chip.Chip
android:id="@+id/tab_top_grossing" android:id="@+id/chip_blacklist"
style="@style/Widget.MaterialComponents.Chip.Action" style="@style/Widget.MaterialComponents.Chip.Action"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/action_blacklist_add" /> android:text="@string/action_blacklist_add" />
<com.google.android.material.chip.Chip <com.google.android.material.chip.Chip
android:id="@+id/tab_trending" android:id="@+id/chip_ignore_version"
style="@style/Widget.MaterialComponents.Chip.Action" style="@style/Widget.MaterialComponents.Chip.Action"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"