This commit is contained in:
Mylloon 2023-12-19 14:03:32 +01:00
parent ff825f07b5
commit e7f88752ff
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -88,8 +88,6 @@ class HomeViewModel(application: Application) : AndroidViewModel(application) {
ActionHome.DELETION_DB -> { ActionHome.DELETION_DB -> {
deletionDB.value = true deletionDB.value = true
} }
null -> return
} }
} }