fix: Connectivity toast message was causing issues.

This commit is contained in:
Amine Bouabdallaoui 2025-04-08 20:31:29 +02:00
parent cf6ef51edf
commit 43d44827d1

View File

@ -82,7 +82,7 @@ class MyApp :
} else {
R.string.network_connectivity_lost
}
launch(Dispatchers.Main) {
Toast
.makeText(
applicationContext,
@ -92,6 +92,7 @@ class MyApp :
}
}
}
}
repository.migrate(driverFactory)
}