diff --git a/bndrsntchoicelayout/src/main/java/com/prush/bndrsntchoicelayout/BndrsntChoiceLayout.kt b/bndrsntchoicelayout/src/main/java/com/prush/bndrsntchoicelayout/BndrsntChoiceLayout.kt index 14fbc85..25a85c3 100644 --- a/bndrsntchoicelayout/src/main/java/com/prush/bndrsntchoicelayout/BndrsntChoiceLayout.kt +++ b/bndrsntchoicelayout/src/main/java/com/prush/bndrsntchoicelayout/BndrsntChoiceLayout.kt @@ -246,6 +246,11 @@ class BndrsntChoiceLayout : RelativeLayout, View.OnClickListener { } } + fun resetTimer() + { + bndrSntchTimer.reset() + } + private fun startBndrsntchTimer( duration: Long, onTimerElapsedListener: OnTimerElapsedListener