ktlintFormat

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-05-30 16:03:12 +02:00
parent 799b19d03a
commit ef71e5f04e
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220
3 changed files with 2 additions and 3 deletions

View File

@ -243,7 +243,7 @@ class ParticipantItem(
) )
} }
Participant.ActorType.PHONES ->{ Participant.ActorType.PHONES -> {
holder.binding.avatarView.loadPhoneAvatar(viewThemeUtils) holder.binding.avatarView.loadPhoneAvatar(viewThemeUtils)
} }

View File

@ -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 {
return when (string) { return when (string) {