Commit 84fee449 authored by Lucio Maciel's avatar Lucio Maciel

Fix build after merge

parent 56f14d8d
......@@ -467,7 +467,7 @@ data class PushInfo @KotshiConstructor constructor(
}
companion object CREATOR : Parcelable.Creator<PushInfo> {
val EMPTY = PushInfo(hostname = "", roomId = "", type = RoomType.CHANNEL, name = "",
val EMPTY = PushInfo(hostname = "", roomId = "", type = roomTypeOf(RoomType.CHANNEL), name = "",
sender = null)
override fun createFromParcel(parcel: Parcel): PushInfo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment