Skip to content

Instantly share code, notes, and snippets.

@aysesenses
Created August 14, 2023 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aysesenses/e9d0cd0a828fb2c3221e60d0c4998371 to your computer and use it in GitHub Desktop.
Save aysesenses/e9d0cd0a828fb2c3221e60d0c4998371 to your computer and use it in GitHub Desktop.
override fun onCleared() {
Log.i("TimeViewModel", "TimerViewModel destroyed!")
super.onCleared()
timer?.cancel()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment