onRestart method

void onRestart()

Implementation

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