Christophe Carvalho Vilas-Boas

Results 1 comments of Christophe Carvalho Vilas-Boas

:/ I decided to Inherit from TagView to override this method... ``` @Override public void addTags(List tags) { // super.addTags(tags); try { Field tagsField = TagView.class.getDeclaredField("mTags"); tagsField.setAccessible(true); ArrayList mTags =...