Remove some keys for remember saveButtonEnabled.
This commit is contained in:
parent
1c9d046d65
commit
c3caff0a1f
1 changed files with 0 additions and 3 deletions
|
|
@ -86,11 +86,8 @@ class RoomDetailsEditPresenter @Inject constructor(
|
|||
|
||||
val saveButtonEnabled by remember(
|
||||
roomRawNameTrimmed,
|
||||
roomRawNameEdited,
|
||||
roomTopicTrimmed,
|
||||
roomTopicEdited,
|
||||
roomAvatarUri,
|
||||
roomAvatarUriEdited,
|
||||
) {
|
||||
derivedStateOf {
|
||||
roomRawNameTrimmed != roomRawNameEdited.trim() ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue