mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 11:18:55 +03:00
Adds new line at the end of PollState
This commit is contained in:
parent
f24d8c2ada
commit
86765c9020
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ sealed class PollState {
|
|||
object Ended : PollState()
|
||||
|
||||
fun isVotable() = this !is Sending && this !is Ended
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue