mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Implement "unviewed only" mode for story viewer.
This commit is contained in:
committed by
Cody Henthorne
parent
89a6730efe
commit
858c7a7f2e
@@ -19,7 +19,7 @@ class RxStore<T : Any>(
|
||||
private val actionSubject = PublishSubject.create<(T) -> T>().toSerialized()
|
||||
|
||||
val state: T get() = behaviorProcessor.value!!
|
||||
val stateFlowable: Flowable<T> = behaviorProcessor
|
||||
val stateFlowable: Flowable<T> = behaviorProcessor.onBackpressureLatest()
|
||||
|
||||
init {
|
||||
actionSubject
|
||||
|
||||
Reference in New Issue
Block a user