Simplify sources and tags handling #70
@ -75,6 +75,7 @@ class MyApp : MultiDexApplication(), DIAware {
|
||||
).show()
|
||||
}
|
||||
}
|
||||
connectivityStatus.start()
|
||||
AmineB marked this conversation as resolved
Outdated
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
Why was this added ?
This starts tracking the connectivity status before the repository is initiated; it fixes a problem with the repository not correctly executing actions in the init method.