|
@@ -246,7 +246,7 @@ class CallFragment : BaseFragment<MainFragmentPresenter, VoiceCallLayBinding>(),
|
|
}*/
|
|
}*/
|
|
|
|
|
|
fun initCountDownTimer() {
|
|
fun initCountDownTimer() {
|
|
- val overTime = SettingConfig.getSipOverTime(getActivity()) * 1000L
|
|
|
|
|
|
+ val overTime = SettingConfig.getSipOverTime(getActivity()) * 5 * 1000L
|
|
countDownTimer = object: CountDownTimer(overTime, 1000) {
|
|
countDownTimer = object: CountDownTimer(overTime, 1000) {
|
|
override fun onTick(millisUntilFinished: Long) {
|
|
override fun onTick(millisUntilFinished: Long) {
|
|
val time = millisUntilFinished/1000
|
|
val time = millisUntilFinished/1000
|