Skip to content

Commit 3ff3dde

Browse files
committed
new release
1 parent 1bcc248 commit 3ff3dde

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

app/app-prod-release.apk

11.9 MB
Binary file not shown.

app/src/main/java/com/duy/ide/autocomplete/AutoCompleteProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ private ArrayList<Description> filter(ArrayList<Description> input, String incom
327327
* " return all the matched, variables, fields, methods, types, packages
328328
*/
329329
private ArrayList<Description> completeWord(String source, String incomplete) {
330-
// incomplete = incomplete.trim();
331330
if (incomplete.endsWith(" ")) {
332331
return new ArrayList<>();
333332
}

0 commit comments

Comments
 (0)