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
ed4d274b
Commit
ed4d274b
authored
Sep 29, 2017
by
Rafael Kellermann Streit
Committed by
GitHub
Sep 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #487 from RocketChat/fix-keyboard-hidden-again
[FIX] keyboard hidden again
parents
7cb358cc
5f6c73b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
MessageFormLayout.java
...chat/rocket/android/widget/message/MessageFormLayout.java
+2
-2
message_composer.xml
...-android-widgets/src/main/res/layout/message_composer.xml
+2
-2
No files found.
rocket-chat-android-widgets/src/main/java/chat/rocket/android/widget/message/MessageFormLayout.java
View file @
ed4d274b
...
@@ -164,8 +164,8 @@ public class MessageFormLayout extends LinearLayout {
...
@@ -164,8 +164,8 @@ public class MessageFormLayout extends LinearLayout {
}
}
public
void
setEnabled
(
boolean
enabled
)
{
public
void
setEnabled
(
boolean
enabled
)
{
getEditor
()
.
setEnabled
(
enabled
);
sendButton
.
setEnabled
(
enabled
);
composer
.
findViewById
(
R
.
id
.
button_send
)
.
setEnabled
(
enabled
);
attachButton
.
setEnabled
(
enabled
);
}
}
public
void
setEditTextCommitContentListener
(
public
void
setEditTextCommitContentListener
(
...
...
rocket-chat-android-widgets/src/main/res/layout/message_composer.xml
View file @
ed4d274b
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
app:layout_constraintRight_toLeftOf=
"@+id/container"
app:layout_constraintRight_toLeftOf=
"@+id/container"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<
android.support.constraint.Constraint
Layout
<
Frame
Layout
android:id=
"@+id/container"
android:id=
"@+id/container"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -53,5 +53,5 @@
...
@@ -53,5 +53,5 @@
android:tint=
"@color/color_accent"
android:tint=
"@color/color_accent"
app:srcCompat=
"@drawable/ic_send_black_24dp"
app:srcCompat=
"@drawable/ic_send_black_24dp"
android:background=
"?attr/selectableItemBackgroundBorderless"
/>
android:background=
"?attr/selectableItemBackgroundBorderless"
/>
</
android.support.constraint.Constraint
Layout>
</
Frame
Layout>
</android.support.constraint.ConstraintLayout>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
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