|
@@ -315,7 +315,7 @@ class WebRTCCallFragment : BaseFragment<CallFragmentPresenter, VoiceCallLayBindi
|
|
|
|
|
|
|
|
|
fun initCountDownTimer() {
|
|
|
- countDownTimer = object : CountDownTimer(Constant.CALL_TIMEOUT * 1000L, 1000) {
|
|
|
+ countDownTimer = object : CountDownTimer(Constant.CALL_TIMEOUT * 5 * 1000L, 1000) {
|
|
|
override fun onTick(millisUntilFinished: Long) {
|
|
|
val time = millisUntilFinished / 1000
|
|
|
voice_call_timeout?.setText("呼叫倒计时: " + time + " 秒")
|