Skip to content

Commit

Permalink
Update ColinTreeListView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinTree authored Jul 27, 2018
1 parent 2daa80c commit e5d64bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ColinTreeListView.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -1379,4 +1381,4 @@ public static void Visible(AndroidViewComponent avc, boolean visibility) {
} catch(InvocationTargetException e) {
}
}
}
}

0 comments on commit e5d64bf

Please sign in to comment.