Fix cursor in actionMode

This commit is contained in:
世界 2021-01-11 20:50:08 +08:00
parent 08588cf6d3
commit fabb7445a5
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 1 additions and 3 deletions

View File

@ -18038,6 +18038,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
if (chatActivityEnterView.getVisibility() == View.VISIBLE) {
editTextCaption.requestFocus();
}
editTextCaption.setAllowDrawCursor(true);
}
if (textSelectionHelper != null) {
@ -18983,9 +18984,6 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
if (undoView != null) {
undoView.hide(true, 1);
}
if (chatActivityEnterView != null) {
chatActivityEnterView.getEditField().setAllowDrawCursor(false);
}
return;
}