Save text in composer when navigating to a sub node (opening an image from the timeline for instance). Fixes #870.
This commit is contained in:
parent
6681f6f806
commit
8b73abe089
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class MessageComposerPresenter @Inject constructor(
|
|||
val hasFocus = remember {
|
||||
mutableStateOf(false)
|
||||
}
|
||||
val text: MutableState<String> = remember {
|
||||
val text: MutableState<String> = rememberSaveable {
|
||||
mutableStateOf("")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue