Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
guanglinn committed Sep 25, 2024
1 parent 2c534c2 commit 9193e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ public <T extends GsContextUtils> T showSoftKeyboard(final Activity activity, fi
if (show) {
imm.showSoftInput(focus, InputMethodManager.SHOW_IMPLICIT);
} else if (token != null) {
imm.hideSoftInputFromWindow(token, 0);
imm.hideSoftInputFromWindow(token, InputMethodManager.HIDE_NOT_ALWAYS);
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/string-not_translatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="markdown" translatable="false">Markdown</string>
<string name="backup" translatable="false">Backup</string>
<string name="front_matter" translatable="false">Front Matter</string>
<string name="mime_type" translatable="false">MIME type</string>

<string name="default_font_family" translatable="false">sans-serif-regular</string>
<string name="start" translatable="false">Start</string>
Expand Down Expand Up @@ -103,7 +102,6 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
</plurals>
<string name="tag" translatable="false">Tag</string>
<string name="tags" translatable="false">Tags</string>
<string name="dotfiles" translatable="false">.dotfiles</string>
<string name="tagging" translatable="false">Tagging</string>
<string name="regex" translatable="false">Regex</string>
<string name="multiline" translatable="false">Multiline</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="date">Date</string>
<string name="deleteme____1">Name</string>
<string name="size">Size</string>
<string name="mime_type">MIME type</string>
<string name="reverse_order">Reverse order</string>
<string name="dotfiles">Hidden files</string>
<string name="contribute">Contribute</string>
<string name="project_page">Project page</string>
<string name="press_back_again_to_exit">Press \'Back\' again to exit</string>
Expand Down

0 comments on commit 9193e68

Please sign in to comment.