mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Fix convertTo action using updated model
This commit is contained in:
parent
4cc957ccd4
commit
11e472cd30
1 changed files with 1 additions and 0 deletions
|
@ -633,6 +633,7 @@ abstract class EditActivity(private val type: Type) :
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun convertTo(type: Type) {
|
private fun convertTo(type: Type) {
|
||||||
|
updateModel()
|
||||||
lifecycleScope.launch {
|
lifecycleScope.launch {
|
||||||
notallyModel.convertTo(type)
|
notallyModel.convertTo(type)
|
||||||
val intent =
|
val intent =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue