dcorking / wave-robot-java-client

Automatically exported from code.google.com/p/wave-robot-java-client
0 stars 0 forks source link

[JAVA] TextView.getStyles() doesn't work the way it should... #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TextView.getStyles() doesn't work in the JAVA Robot API. The issue is
caused by the fact that it looks for an annotation with the name
'styled-text', while it should look for annotations containing the word
'style' as well!

This can be fixed at TextViewImpl.java on line 210.

Original issue reported on code.google.com by tom.maas...@gmail.com on 22 Jul 2009 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 1 Oct 2009 at 4:58