Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julian Dehm
briar
Commits
ad4e8d51
Verified
Commit
ad4e8d51
authored
Aug 21, 2018
by
akwizgran
Browse files
Hide soft keyboard when sending blog post.
parent
eb19c6e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
briar-android/src/main/java/org/briarproject/briar/android/blog/WriteBlogPostActivity.java
View file @
ad4e8d51
...
@@ -134,6 +134,7 @@ public class WriteBlogPostActivity extends BriarActivity
...
@@ -134,6 +134,7 @@ public class WriteBlogPostActivity extends BriarActivity
@Override
@Override
public
void
onSendClick
(
String
body
)
{
public
void
onSendClick
(
String
body
)
{
// hide publish button, show progress bar
// hide publish button, show progress bar
hideSoftKeyboard
(
input
);
input
.
setVisibility
(
GONE
);
input
.
setVisibility
(
GONE
);
progressBar
.
setVisibility
(
VISIBLE
);
progressBar
.
setVisibility
(
VISIBLE
);
...
...
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