mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Merge pull request #605 from PhilKes/fix/convert-to-updated-model
Fix convertTo action using updated model
This commit is contained in:
commit
f13e8227ca
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) {
|
||||
updateModel()
|
||||
lifecycleScope.launch {
|
||||
notallyModel.convertTo(type)
|
||||
val intent =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue