Skip to content

Commit

Permalink
Don't reset timer when numbers are reset
Browse files Browse the repository at this point in the history
  • Loading branch information
quarian committed Oct 2, 2016
1 parent 936d622 commit dd7691e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,6 @@ public void resetDuel() {
addToHistory(getTotals());
((SettingsListAdapter)mSettingsDrawerList.getAdapter()).notifyDataSetChanged();
((HistoryListAdapter) mHistoryDrawerList.getAdapter()).notifyDataSetChanged();
resetTimer(false);
}

public void addToHistory(String[] totals) {
Expand Down

0 comments on commit dd7691e

Please sign in to comment.