mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 20:20:50 +01:00
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())
|
playlistPublisher.observeOn(AndroidSchedulers.mainThread())
|
||||||
.replay(1)
|
.replay(1)
|
||||||
.autoConnect(0)
|
.autoConnect(0)
|
||||||
.throttleLatest(1, TimeUnit.SECONDS)
|
|
||||||
|
|
||||||
// Commands
|
// Commands
|
||||||
val dismissNowPlayingCommandPublisher: PublishSubject<Unit> =
|
val dismissNowPlayingCommandPublisher: PublishSubject<Unit> =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user