From ec33080ccafdec563688ed794eff0a3b35a3feec Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期二, 28 六月 2022 09:45:00 +0800
Subject: [PATCH] 2022-6-28

---
 HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneIntercomActivity.java |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneIntercomActivity.java b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneIntercomActivity.java
index d05a347..0a48ba6 100644
--- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneIntercomActivity.java
+++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneIntercomActivity.java
@@ -139,8 +139,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);
-
-
     }
 
     /**
@@ -261,7 +259,6 @@
             showToast(getString(R.string.lp_operationFailedStr));
         }
     }
-
 
     /**
      * 寮�閿佺偣鍑讳簨浠�
@@ -419,7 +416,6 @@
         video_lp_rendering2 = null;
     }
 
-
     /**
      * 鍒濆鍖栭渿鍔ㄥ櫒
      */
@@ -445,8 +441,8 @@
     /**
      * 鍏抽棴闇囧姩鍣�
      */
-    void cancelVibrator(){
-        if(mVibrator != null){
+    void cancelVibrator() {
+        if (mVibrator != null) {
             mVibrator.cancel();
             mVibrator = null;
         }

--
Gitblit v1.8.0