mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(contact-import): streamline shared contact handling (#2828)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
a2b89d7a91
commit
9d1f5f48ec
3 changed files with 11 additions and 12 deletions
|
|
@ -630,7 +630,7 @@ constructor(
|
|||
get() = _sharedContactRequested.asStateFlow()
|
||||
|
||||
fun setSharedContactRequested(sharedContact: AdminProtos.SharedContact?) {
|
||||
viewModelScope.launch { _sharedContactRequested.value = sharedContact }
|
||||
_sharedContactRequested.value = sharedContact
|
||||
}
|
||||
|
||||
fun addSharedContact(sharedContact: AdminProtos.SharedContact) =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue