mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix incorrect read state causing stale notifications and tweak scroll to bottom behavior.
This commit is contained in:
@@ -22,6 +22,12 @@ object RxDatabaseObserver {
|
||||
}
|
||||
}
|
||||
|
||||
fun conversation(threadId: Long): Flowable<Unit> {
|
||||
return databaseFlowable { listener ->
|
||||
ApplicationDependencies.getDatabaseObserver().registerVerboseConversationObserver(threadId, listener)
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("RedundantUnitExpression")
|
||||
private fun notificationProfilesFlowable(): Flowable<Unit> {
|
||||
return Flowable.combineLatest(
|
||||
|
||||
Reference in New Issue
Block a user