Skip to content

Commit

Permalink
testing PR capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
sneh-saraff committed Oct 13, 2024
1 parent 76968ac commit d350476
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ProfileViewModel : ViewModel() {
}
}

// test PR comment - sneh
fun stopTimer() {
if (isTimerRunning && ::timerObj.isInitialized) {
timerObj.cancel()
Expand Down

0 comments on commit d350476

Please sign in to comment.