mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
Bug Fix: Reply Editor Wouldn't Initially Focus.
Previously, when you'd reply to a comment, you'd have to focus the EditText manually, this fixes that.
This commit is contained in:
parent
b423a10e69
commit
5dcb70cc27
@ -249,6 +249,8 @@ public class EditorActivity extends BaseActivity<EditorMvp.View, EditorPresenter
|
||||
editText.setText(editText.getText().toString().replace(sentFromFastHub, ""));
|
||||
sentVia.setChecked(true);
|
||||
}
|
||||
|
||||
editText.requestFocus();
|
||||
}
|
||||
|
||||
@Override public void onSendResultAndFinish(@NonNull Comment commentModel, boolean isNew) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user