paho.mqtt.android icon indicating copy to clipboard operation
paho.mqtt.android copied to clipboard

Replace local broadcast deprecated

Open chihung93 opened this issue 3 years ago • 3 comments

I have replaced localbroadcastmanager with Flow

The reason: https://developer.android.com/jetpack/androidx/releases/localbroadcastmanager This artifact and its classes are deprecated. Use LiveData or reactive streams instead.

chihung93 avatar Oct 11 '22 07:10 chihung93

Please rebase, then it checks Kotlin code format

hannesa2 avatar Oct 11 '22 08:10 hannesa2

Please rebase, then it checks Kotlin code format

I have fixed your comment. Thanks

chihung93 avatar Oct 11 '22 14:10 chihung93

The Espresso tests show us, that there is an error introduced by this pull request

hannesa2 avatar Oct 11 '22 16:10 hannesa2