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) {
findNavController().navigate(
CategoryBrowseFragmentDirections.actionCategoryBrowseFragmentToAppPeekDialogSheet(app)
)
}
}