WideChat / Rocket.Chat.Android

Rocket.Chat Native Android Application
https://rocket.chat
MIT License
12 stars 6 forks source link

Need to instrument (Firebase analytics) all connection state changes #556

Closed bizzbyster closed 5 years ago

bizzbyster commented 5 years ago

perhaps inside here:

if (state != lastState) { launch(Dispatchers.Main) { view.showConnectionState(state) }