updateTotalTime method
Update countdown total time.
Implementation
void updateTotalTime(int totalTime) {
cancel();
mTotalTime = totalTime;
startCountDown();
}
Update countdown total time.
void updateTotalTime(int totalTime) {
cancel();
mTotalTime = totalTime;
startCountDown();
}