mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Lint fix.
This commit is contained in:
parent
8bc70002d9
commit
e888c11747
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ sealed class OtherSessionsAction : VectorViewModelAction {
|
|||
object SelectAll : OtherSessionsAction()
|
||||
object DeselectAll : OtherSessionsAction()
|
||||
object MultiSignout : OtherSessionsAction()
|
||||
object ToggleIpAddressVisibility: OtherSessionsAction()
|
||||
object ToggleIpAddressVisibility : OtherSessionsAction()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue