fix: Connectivity toast message was causing issues.
This commit is contained in:
parent
cf6ef51edf
commit
43d44827d1
@ -82,7 +82,7 @@ class MyApp :
|
|||||||
} else {
|
} else {
|
||||||
R.string.network_connectivity_lost
|
R.string.network_connectivity_lost
|
||||||
}
|
}
|
||||||
|
launch(Dispatchers.Main) {
|
||||||
Toast
|
Toast
|
||||||
.makeText(
|
.makeText(
|
||||||
applicationContext,
|
applicationContext,
|
||||||
@ -92,6 +92,7 @@ class MyApp :
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
repository.migrate(driverFactory)
|
repository.migrate(driverFactory)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user