mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +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…
Add table
Reference in a new issue