mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-18 18:17:43 +03: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())
|
||||
.replay(1)
|
||||
.autoConnect(0)
|
||||
.throttleLatest(1, TimeUnit.SECONDS)
|
||||
|
||||
// Commands
|
||||
val dismissNowPlayingCommandPublisher: PublishSubject<Unit> =
|
||||
|
Loading…
x
Reference in New Issue
Block a user