-
-
Notifications
You must be signed in to change notification settings - Fork 442
Closed
Description
Problem description
Continuation of #635 because it is actually not fixed. I opened this issue to prevent forgetting about it.
What steps will reproduce the bug?
3c8cc75 does not work without setting outAttrs.inputType.
My previous test results are based on this PR #620 (cuz you mentioned BaseInputConnection at the beginning).
If you don't want to merge PR #620 any time soon, may consider to add this to LorieView. Note that Termux:App does the same thing in this line.
@Override
public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
outAttrs.inputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD;
return super.onCreateInputConnection(outAttrs);
}What is the expected behavior?
No response
Metadata
Metadata
Assignees
Labels
No labels