From f8a5683d08f2e6f832578b2fd5c795888ddcae64 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 20 二月 2021 19:30:55 +0800
Subject: [PATCH] 极光推送集成,PPTV播放页某些图片无法显示的bug修改

---
 BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java b/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java
index 4c90ba7..349b4fd 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/ui/common/LiveBrowserActivity.java
@@ -51,22 +51,7 @@
         super.onCreate(savedInstanceState);
         setContentView(R.layout.live_browser_activity);
         getWindow().setFormat(PixelFormat.TRANSLUCENT);
-            /*
-         * 璁$畻鐘舵�佹爮楂樺害骞惰缃�
-		 */
-        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
-            int result = 0;
-            int resourceId = getResources().getIdentifier("status_bar_height",
-                    "dimen", "android");
-            if (resourceId > 0) {
-                result = getResources().getDimensionPixelSize(resourceId);
-            }
-            LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT,
-                    result);
-            findViewById(R.id.v_status_bar).setLayoutParams(params);
-        } else {
-            findViewById(R.id.v_status_bar).setVisibility(View.GONE);
-        }
+        initStatusBar();
         tv_top_bar_left = (TextView) findViewById(R.id.tv_top_bar_left);
         tv_top_bar_middle = (TextView) findViewById(R.id.tv_top_bar_middle);
         webview = (WebView) findViewById(R.id.webview);

--
Gitblit v1.8.0