mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Fix onSetClick
This commit is contained in:
parent
ee6ce84116
commit
8b320bb0ce
@ -110,6 +110,7 @@ class ExpirationSettingsViewModel(
|
||||
|
||||
_state.update { state ->
|
||||
state.copy(
|
||||
address = recipient?.address,
|
||||
isGroup = groupInfo != null,
|
||||
isSelfAdmin = groupInfo == null || groupInfo.admins.any{ it.serialize() == textSecurePreferences.getLocalNumber() },
|
||||
expiryMode = expiryMode
|
||||
|
Loading…
x
Reference in New Issue
Block a user