mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
Fix enum and make it a parcel again
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9312a62af9
commit
e74a3e49e7
@ -191,7 +191,8 @@ data class Conversation(
|
||||
CONVERSATION_READ_WRITE, CONVERSATION_READ_ONLY
|
||||
}
|
||||
|
||||
enum class ConversationType {
|
||||
@Parcelize
|
||||
enum class ConversationType : Parcelable {
|
||||
DUMMY, ROOM_TYPE_ONE_TO_ONE_CALL, ROOM_GROUP_CALL, ROOM_PUBLIC_CALL, ROOM_SYSTEM
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user