mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
android: chatedit draw select handles on top so they aren't clipped by view rect
This commit is contained in:
@@ -89,6 +89,10 @@ public class InvisibleInputView extends View {
|
||||
| EditorInfo.IME_ACTION_GO;
|
||||
outAttrs.initialSelStart = getSelectionStart();
|
||||
outAttrs.initialSelEnd = getSelectionEnd();
|
||||
//if (outAttrs.initialSelStart != 0) {
|
||||
// Log.d("darkfi", " select: [" + outAttrs.initialSelStart + ", " +
|
||||
// outAttrs.initialSelEnd + "]");
|
||||
//}
|
||||
|
||||
inputConnection = new CustomInputConnection(id, editable, this);
|
||||
onCreateInputConnect(id);
|
||||
|
||||
Reference in New Issue
Block a user