mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
Enable Peer review
Bump up version code and name
This commit is contained in:
parent
c924817b84
commit
7ab90f1d44
2 changed files with 4 additions and 4 deletions
|
|
@ -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() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue