Skip to content

Commit

Permalink
Update Button choice onResume
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiinterfell committed Sep 1, 2016
1 parent 365c766 commit f242815
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void onResume() {
if (isRecentFilePresent()) {
currentlyRecording = true;
}
changeChoiceButton();
changeIconAccordingToCurrentSettings();
getPreferenceManager().getSharedPreferences().registerOnSharedPreferenceChangeListener(this);
}
Expand Down

0 comments on commit f242815

Please sign in to comment.