From 685a971c4049f24184423adfddb24a68b3afc0aa Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期三, 15 六月 2022 13:54:03 +0800
Subject: [PATCH] 2022-6-15

---
 HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity.java |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity.java b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity.java
index d0b31f5..4a06395 100644
--- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity.java
+++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity.java
@@ -72,7 +72,6 @@
 
     private String deviceSipAccount;//璁惧SIP璐﹀彿
 
-
     @Override
     protected void onCreate(Bundle savedInstanceState) {
         super.onCreate(savedInstanceState);
@@ -86,8 +85,7 @@
         initCallBack();
         initCountDownTimer();
         initLinphone();
-        initVibrator();
-
+//        initVibrator();
     }
 
     /**
@@ -111,11 +109,8 @@
             mCountDownTimer.cancel();
             mCountDownTimer = null;
         }
-        //5.
         onDestroyLinphone();
-
         HDLLog.i(TAG, "onDestroy");
-
     }
 
 
@@ -138,8 +133,6 @@
         timer_lp_calltime = (Chronometer) findViewById(R.id.timer_lp_calltime);
         tv_lp_calltime = findViewById(R.id.tv_lp_calltime);
         setWidthHeightWithRatio(ll_video_lp_rendering, 16, 9);
-
-
     }
 
     /**
@@ -152,7 +145,6 @@
             if (!TextUtils.isEmpty(titleName)) {
                 tv_lp_title.setText(titleName);
             }
-
             deviceSipAccount = extras.getString(HDLLinphoneKit.KEY_SIP_ACCOUNT);
         }
     }

--
Gitblit v1.8.0