mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Migrate RecipientDatabase to Kotlin.
This commit is contained in:
@@ -18,7 +18,7 @@ class PrivacySettingsRepository {
|
||||
SignalExecutors.BOUNDED.execute {
|
||||
val recipientDatabase = SignalDatabase.recipients
|
||||
|
||||
consumer(recipientDatabase.blocked.count)
|
||||
consumer(recipientDatabase.getBlocked().count)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user