Enable Peer review

Bump up version code and name
This commit is contained in:
Ritika Pahwa 2025-03-08 15:13:10 +05:30
parent c924817b84
commit 7ab90f1d44
2 changed files with 4 additions and 4 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() }