Skip to content

Commit

Permalink
title.toString() drops the spans in a abstract CharSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
imminent committed Jul 11, 2012
1 parent 0439759 commit 41b4b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/com/viewpagerindicator/TitlePageIndicator.java
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,6 @@ private CharSequence getTitle(int i) {
if (title == null) {
title = EMPTY_TITLE;
}
return title.toString();
return title;
}
}

0 comments on commit 41b4b53

Please sign in to comment.