Fix convertTo action using updated model

This commit is contained in:
PhilKes 2025-06-04 17:26:01 +02:00
parent 4cc957ccd4
commit 11e472cd30

View file

@ -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 =