Please register or sign in to comment
tiap destroy, kalo bisa si timer-nya juga ikut di destroy. e.g kuis:
1 jam, tapi, user udah selesain kuis dalam 30menit.
// ganti jadi "mTimerTask?"
private fun onDestroyTimer() {
mTimerTask = null
mTimer = null // or
mTimer.clear() // lupa bagian ini
}