Skip to content

Commit

Permalink
Exposed reset timer api.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamporus committed Jul 22, 2019
1 parent 9ee52d1 commit 408362e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ class BndrsntChoiceLayout : RelativeLayout, View.OnClickListener {
}
}

fun resetTimer()
{
bndrSntchTimer.reset()
}

private fun startBndrsntchTimer(
duration: Long,
onTimerElapsedListener: OnTimerElapsedListener
Expand Down

0 comments on commit 408362e

Please sign in to comment.