File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,7 @@ public void d(int n) {
100100
101101 if (selected == null || selected .length () == 0 ) {
102102 buffer = (inputConnection .getTextBeforeCursor (n , 0 ).toString ());
103- if (android .os .Build .VERSION .SDK_INT >= android .os .Build .VERSION_CODES .N ) {
104- inputConnection .deleteSurroundingTextInCodePoints (n , 0 );
105- } else {
106- inputConnection .deleteSurroundingText (n ,0 );
107- }
103+ inputConnection .deleteSurroundingText (n ,0 );
108104 } else {
109105 buffer = selected .toString ();
110106 inputConnection .commitText ("" , 1 );
Original file line number Diff line number Diff line change 694694 <string-array name =" rows" >
695695 <item >"1"</item >
696696 <item >"3"</item >
697+ <item >"4"</item >
698+ <item >"5"</item >
699+ <item >"6"</item >
697700 <item >"7"</item >
698701 <item >"8"</item >
699702 </string-array >
You can’t perform that action at this time.
0 commit comments