Skip to content

Commit 11c0f9e

Browse files
committed
Merge branch 'imminent-patch-1' into dev
2 parents 6738af8 + 41b4b53 commit 11c0f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/com/viewpagerindicator/TitlePageIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,6 @@ private CharSequence getTitle(int i) {
797797
if (title == null) {
798798
title = EMPTY_TITLE;
799799
}
800-
return title.toString();
800+
return title;
801801
}
802802
}

0 commit comments

Comments
 (0)