Removed Explore, Peer review, because we are at risk of being removed from Google Play tomorrow

This commit is contained in:
Nicolas Raoul 2025-02-26 18:00:48 +09:00
parent 1c7dce9e12
commit aa84dedd64
5 changed files with 17 additions and 17 deletions

View file

@ -67,9 +67,9 @@ class MoreBottomSheetFragment : BottomSheetDialogFragment() {
): View? {
binding = FragmentMoreBottomSheetBinding.inflate(inflater, container, false)
if (store.getBoolean(CommonsApplication.IS_LIMITED_CONNECTION_MODE_ENABLED)) {
// if (store.getBoolean(CommonsApplication.IS_LIMITED_CONNECTION_MODE_ENABLED)) {
binding?.morePeerReview?.visibility = View.GONE
}
// }
binding?.apply {
moreLogout.setOnClickListener { onLogoutClicked() }

View file

@ -29,11 +29,11 @@ enum class NavTab(
return NearbyParentFragment.newInstance()
}
},
EXPLORE(R.string.navigation_item_explore, R.drawable.ic_globe) {
override fun newInstance(): Fragment {
return ExploreFragment.newInstance()
}
},
// EXPLORE(R.string.navigation_item_explore, R.drawable.ic_globe) {
// override fun newInstance(): Fragment {
// return ExploreFragment.newInstance()
// }
// },
BOOKMARKS(R.string.bookmarks, R.drawable.ic_round_star_border_24px) {
override fun newInstance(): Fragment {
return BookmarkFragment.newInstance()