Skip to content

Commit

Permalink
Fix text italics
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed Mar 3, 2019
1 parent 8cba894 commit 5ff522e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public boolean update() {
} else {
pageS = new SpannableString(page + "?");
}
finalText = TextUtils.concat(finalText, " / " + pageS);
finalText = TextUtils.concat(finalText, " / ", pageS);
}
}

Expand Down

0 comments on commit 5ff522e

Please sign in to comment.