Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
d4d5cc75
Unverified
Commit
d4d5cc75
authored
Jun 14, 2018
by
divyanshu bhargava
Committed by
GitHub
Jun 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #24 from RocketChat/develop
merge
parents
dd64a723
84fee449
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
PushManager.kt
app/src/main/java/chat/rocket/android/push/PushManager.kt
+1
-1
message_composer.xml
app/src/main/res/layout/message_composer.xml
+2
-1
No files found.
app/src/main/java/chat/rocket/android/push/PushManager.kt
View file @
d4d5cc75
...
@@ -467,7 +467,7 @@ data class PushInfo @KotshiConstructor constructor(
...
@@ -467,7 +467,7 @@ data class PushInfo @KotshiConstructor constructor(
}
}
companion
object
CREATOR
:
Parcelable
.
Creator
<
PushInfo
>
{
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
)
sender
=
null
)
override
fun
createFromParcel
(
parcel
:
Parcel
):
PushInfo
{
override
fun
createFromParcel
(
parcel
:
Parcel
):
PushInfo
{
...
...
app/src/main/res/layout/message_composer.xml
View file @
d4d5cc75
...
@@ -74,7 +74,8 @@
...
@@ -74,7 +74,8 @@
android:lineSpacingExtra=
"4dp"
android:lineSpacingExtra=
"4dp"
android:maxLines=
"4"
android:maxLines=
"4"
android:minHeight=
"24dp"
android:minHeight=
"24dp"
android:scrollbars=
"vertical"
/>
android:scrollbars=
"vertical"
android:imeOptions=
"flagNoExtractUi"
/>
<ImageButton
<ImageButton
android:id=
"@+id/button_show_attachment_options"
android:id=
"@+id/button_show_attachment_options"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment