Start monitoring the connectivity before loading the Repository

This commit is contained in:
davidoskky 2022-09-30 14:56:10 +02:00
parent 6ec3e96909
commit f7055626d9

View File

@ -75,6 +75,7 @@ class MyApp : MultiDexApplication(), DIAware {
).show()
}
}
connectivityStatus.start()
}