Unverified Commit d4d5cc75 authored by divyanshu bhargava's avatar divyanshu bhargava Committed by GitHub

Merge pull request #24 from RocketChat/develop

merge
parents dd64a723 84fee449
......@@ -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 {
......
......@@ -74,7 +74,8 @@
android:lineSpacingExtra="4dp"
android:maxLines="4"
android:minHeight="24dp"
android:scrollbars="vertical" />
android:scrollbars="vertical"
android:imeOptions="flagNoExtractUi" />
<ImageButton
android:id="@+id/button_show_attachment_options"
......
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