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