Remove throttle again, causes calls from wrong thread...

This commit is contained in:
tzugen 2022-04-21 14:39:16 +02:00
parent 2e1e627b7a
commit 7ba599f58c
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class RxBus {
playlistPublisher.observeOn(AndroidSchedulers.mainThread())
.replay(1)
.autoConnect(0)
.throttleLatest(1, TimeUnit.SECONDS)
// Commands
val dismissNowPlayingCommandPublisher: PublishSubject<Unit> =