AppDetailsFragment: Remove download manager menu action
Not required or related with details page Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -466,10 +466,6 @@ class AppDetailsFragment : BaseFragment<FragmentDetailsBinding>() {
|
||||
startActivity(intent)
|
||||
}
|
||||
|
||||
R.id.menu_download_manager -> {
|
||||
findNavController().navigate(R.id.downloadFragment)
|
||||
}
|
||||
|
||||
R.id.action_playstore -> {
|
||||
requireContext().browse("${Constants.SHARE_URL}${app.packageName}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user