make arrow keys repeatable (#932)

only applies to keyboard keys, not in toolbar
This commit is contained in:
Devy Ballard 2024-07-01 13:30:29 -06:00 committed by GitHub
parent 74571a3202
commit a92d108444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 7 deletions

View file

@ -363,6 +363,11 @@ public final class RichInputConnection implements PrivateCommandPerformer {
return mExpectedSelStart > 0;
}
public boolean canForwardDeleteCharacters() {
final CharSequence after = getTextAfterCursor(1, 0);
return !TextUtils.isEmpty(after);
}
/**
* Gets the caps modes we should be in after this specific string.
* <p>