mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-19 01:01:31 +00:00
fix: compile issue from merge
This commit is contained in:
parent
2c3a949bb3
commit
87c1ede75c
@ -46,12 +46,6 @@ class ConversationViewModel(
|
|||||||
?.let { SessionId(IdPrefix.BLINDED, it) }?.hexString
|
?.let { SessionId(IdPrefix.BLINDED, it) }?.hexString
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
|
||||||
_uiState.update {
|
|
||||||
it.copy(isOxenHostedOpenGroup = repository.isOxenHostedOpenGroup(threadId))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun saveDraft(text: String) {
|
fun saveDraft(text: String) {
|
||||||
repository.saveDraft(threadId, text)
|
repository.saveDraft(threadId, text)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user