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:
@@ -92,7 +92,7 @@ class MessageComposerPresenter @Inject constructor(
|
||||
val hasFocus = remember {
|
||||
mutableStateOf(false)
|
||||
}
|
||||
val text: MutableState<String> = remember {
|
||||
val text: MutableState<String> = rememberSaveable {
|
||||
mutableStateOf("")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user