ground-android
ground-android copied to clipboard
[Code health] Flatten nesting on more complex Rx chains
trafficstars
Avoid using more advanced Rx features wherever possible. Instead, try using at most switchMap and flatMap. @scolsen @shobhitagarwal1612 FYI.
Or use Flow instead?
Likely deprecated by migration to coroutines.