Skip to content

Commit

Permalink
open keypad
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Jun 18, 2024
1 parent d5932f1 commit 5b51adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public void initFromIntent() {
setTitle(String.format("回复文章@%s", mPostContext.getBoardEngName()));
// set focus to content
mContent.requestFocus();
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
} else if (mPostContext.getComposingMode() == ComposePostContext.MODE_EDIT_POST) {
mUserRow.setVisibility(View.GONE);
mAttachRow.setVisibility(View.GONE);
Expand Down
2 changes: 1 addition & 1 deletion docs/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>zSMTH 水木社区客户端Android版.</h3>
<h3>更新历史:</h3>

<ui>
<li>2024-06-18: 增加保持在线的服务;更新GEO数据库;感谢e729的代码</li>
<li>2024-06-18: 增加保持在线的服务;更新GEO数据库;贴子里的图片采用表格的方式展示;感谢e729的代码</li>
<li>2023-04-19: 修复登录地址</li>
<li>2023-03-31: 修改水木的地址</li>
<li>2022-04-29: 升级一些依赖库</li>
Expand Down

0 comments on commit 5b51adc

Please sign in to comment.