mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 05:50:15 +01:00
suppress kltint warning about Property name
not sure why "Property name should start with a lowercase letter and use camel case (cannot be auto-corrected)" is shown.
also see commit
523b8080d1
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
87f8272b10
commit
6ec4e05cb1
@ -39,8 +39,10 @@ class ContactsViewModel @Inject constructor(
|
||||
private val _enableAddButton = MutableStateFlow(false)
|
||||
val enableAddButton: StateFlow<Boolean> = _enableAddButton
|
||||
|
||||
@Suppress("PropertyName")
|
||||
private val _selectedContacts = MutableStateFlow<List<AutocompleteUser>>(emptyList())
|
||||
|
||||
@Suppress("PropertyName")
|
||||
private val _clickAddButton = MutableStateFlow(false)
|
||||
|
||||
private var hideAlreadyAddedParticipants: Boolean = false
|
||||
|
Loading…
Reference in New Issue
Block a user