mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-14 01:03:28 +01:00
Fix spinner build.
This commit is contained in:
@@ -422,7 +422,7 @@ class ApiPlugin : Plugin {
|
||||
}
|
||||
|
||||
if (blocked) {
|
||||
SignalDatabase.recipients.setBlocked(recipientId, true)
|
||||
SignalDatabase.recipients.setBlocked(recipientId, true, 0)
|
||||
}
|
||||
|
||||
if (hidden) {
|
||||
@@ -484,7 +484,7 @@ class ApiPlugin : Plugin {
|
||||
val groupRecipientId = SignalDatabase.recipients.getOrInsertFromGroupId(groupId)
|
||||
|
||||
if (blocked) {
|
||||
SignalDatabase.recipients.setBlocked(groupRecipientId, true)
|
||||
SignalDatabase.recipients.setBlocked(groupRecipientId, true, 0)
|
||||
}
|
||||
SignalDatabase.recipients.setProfileSharing(groupRecipientId, profileSharing)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user