|
@@ -58,6 +58,8 @@ class GuestAccessHelper(
|
|
if (conversation.hasPassword) {
|
|
if (conversation.hasPassword) {
|
|
guestAccessPasswordSwitch.isChecked = true
|
|
guestAccessPasswordSwitch.isChecked = true
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ guestAccessAllowSwitch.isChecked = false
|
|
}
|
|
}
|
|
|
|
|
|
binding.guestAccessView.guestAccessAllowSwitch.setOnClickListener {
|
|
binding.guestAccessView.guestAccessAllowSwitch.setOnClickListener {
|