Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed IllegalStateException on RxBleAdapterStateObservable (#596)
Setting a cancelable on an Emitter did run it immediately if it was already disposed. Postponing the setting until after the BroadcastReceiver is registered fixed the issue.
- Loading branch information