mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-27 06:35:37 +01:00
ktlintFormat
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
d5d9030bf0
commit
552277fcb6
@ -18,7 +18,6 @@ import com.nextcloud.talk.models.json.participants.Participant.ActorType.GUESTS
|
|||||||
import com.nextcloud.talk.models.json.participants.Participant.ActorType.USERS
|
import com.nextcloud.talk.models.json.participants.Participant.ActorType.USERS
|
||||||
import com.nextcloud.talk.models.json.participants.Participant.ActorType.PHONES
|
import com.nextcloud.talk.models.json.participants.Participant.ActorType.PHONES
|
||||||
|
|
||||||
|
|
||||||
class EnumActorTypeConverter : StringBasedTypeConverter<Participant.ActorType>() {
|
class EnumActorTypeConverter : StringBasedTypeConverter<Participant.ActorType>() {
|
||||||
override fun getFromString(string: String?): Participant.ActorType =
|
override fun getFromString(string: String?): Participant.ActorType =
|
||||||
when (string) {
|
when (string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user