Help ,Why the main thread is required ?
HailouWang opened this issue · comments
Because lifecycle observers should only be subscribed to on the main thread
That's not thread-safe
Automatic binding+disposal of RxJava streams.
HailouWang opened this issue · comments
Because lifecycle observers should only be subscribed to on the main thread
That's not thread-safe