Merge pull request #605 from PhilKes/fix/convert-to-updated-model

Fix convertTo action using updated model
This commit is contained in:
Phil 2025-06-04 17:30:55 +02:00 committed by GitHub
commit f13e8227ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -633,6 +633,7 @@ abstract class EditActivity(private val type: Type) :
}
private fun convertTo(type: Type) {
updateModel()
lifecycleScope.launch {
notallyModel.convertTo(type)
val intent =