Remove throttle again, causes calls from wrong thread...
This commit is contained in:
parent
2e1e627b7a
commit
7ba599f58c
|
@ -38,7 +38,6 @@ class RxBus {
|
|||
playlistPublisher.observeOn(AndroidSchedulers.mainThread())
|
||||
.replay(1)
|
||||
.autoConnect(0)
|
||||
.throttleLatest(1, TimeUnit.SECONDS)
|
||||
|
||||
// Commands
|
||||
val dismissNowPlayingCommandPublisher: PublishSubject<Unit> =
|
||||
|
|
Loading…
Reference in New Issue