From e5d64bf9e533d2851f40f4368237d1f195e92710 Mon Sep 17 00:00:00 2001 From: ColinTree <502470184@qq.com> Date: Fri, 27 Jul 2018 22:11:50 +0800 Subject: [PATCH] Update ColinTreeListView.java --- ColinTreeListView.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ColinTreeListView.java b/ColinTreeListView.java index 0981a34..c22d604 100644 --- a/ColinTreeListView.java +++ b/ColinTreeListView.java @@ -81,6 +81,8 @@ public class ColinTreeListView extends AndroidNonvisibleComponent implements Com // Fixed Error of Visiblility // Added ClearCache() & ClearAllCache() -- still in test, it should works // VERSION 10: + // Added Get by @10MINT + // Added LastLongClickedElement by @10MINT // Fixes Label cannot click on some platforms public static final int VERSION = 10; @@ -1379,4 +1381,4 @@ public static void Visible(AndroidViewComponent avc, boolean visibility) { } catch(InvocationTargetException e) { } } -} \ No newline at end of file +}