mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Remove redundant this
This commit is contained in:
parent
b9c1aa6ded
commit
cdc8f7fea7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class AttachmentTypeSelectorViewModel @AssistedInject constructor(
|
|||
|
||||
init {
|
||||
setState {
|
||||
this.copy(
|
||||
copy(
|
||||
isLocationVisible = vectorFeatures.isLocationSharingEnabled(),
|
||||
isVoiceBroadcastVisible = vectorFeatures.isVoiceBroadcastEnabled(),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue