Skip to content

Commit e5d64bf

Browse files
author
ColinTree
authored
Update ColinTreeListView.java
1 parent 2daa80c commit e5d64bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ColinTreeListView.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public class ColinTreeListView extends AndroidNonvisibleComponent implements Com
8181
// Fixed Error of Visiblility
8282
// Added ClearCache() & ClearAllCache() -- still in test, it should works
8383
// VERSION 10:
84+
// Added Get by @10MINT
85+
// Added LastLongClickedElement by @10MINT
8486
// Fixes Label cannot click on some platforms
8587
public static final int VERSION = 10;
8688

@@ -1379,4 +1381,4 @@ public static void Visible(AndroidViewComponent avc, boolean visibility) {
13791381
} catch(InvocationTargetException e) {
13801382
}
13811383
}
1382-
}
1384+
}

0 commit comments

Comments
 (0)