onRestart method
void
onRestart()
Implementation
void onRestart() {
stopTimer();
resetData();
updateTask();
updateClock();
}
void onRestart() {
stopTimer();
resetData();
updateTask();
updateClock();
}