mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 19:18:37 +00:00
Allow voting in one person group.
This commit is contained in:
@@ -164,7 +164,7 @@ class PollVoteJob(
|
|||||||
SignalDatabase.recipients.markUnregistered(unregistered)
|
SignalDatabase.recipients.markUnregistered(unregistered)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (groupResult.completed.isNotEmpty()) {
|
if (groupResult.completed.isNotEmpty() || destinations.isEmpty()) {
|
||||||
if (isRemoval) {
|
if (isRemoval) {
|
||||||
SignalDatabase.polls.markPendingAsRemoved(
|
SignalDatabase.polls.markPendingAsRemoved(
|
||||||
pollId = poll.id,
|
pollId = poll.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user