Fix so quest stats updated

This commit is contained in:
drdev
2014-07-07 04:16:15 +00:00
parent 77bb8b60c1
commit 787bb94d6d
9 changed files with 166 additions and 57 deletions

View File

@@ -400,8 +400,8 @@ public class QuestUtil {
view0.getLblNextChallengeInWins().setText(str);
view0.getLblWinStreak().setText(
"<html>Win streak: " + qA.getWinStreakCurrent()
+ "<br>&nbsp; (Best: " + qA.getWinStreakBest() + ")</html>");
"Win streak: " + qA.getWinStreakCurrent()
+ " (Best: " + qA.getWinStreakBest() + ")");
// Current deck message
final IButton lblCurrentDeck = view0.getLblCurrentDeck();