Remove redundant this

This commit is contained in:
Jonny Andrew 2022-10-24 09:43:03 +01:00
parent b9c1aa6ded
commit cdc8f7fea7
No known key found for this signature in database
GPG key ID: 2B6F5CF6A1EEB0B8

View file

@ -45,7 +45,7 @@ class AttachmentTypeSelectorViewModel @AssistedInject constructor(
init {
setState {
this.copy(
copy(
isLocationVisible = vectorFeatures.isLocationSharingEnabled(),
isVoiceBroadcastVisible = vectorFeatures.isVoiceBroadcastEnabled(),
)