Explorar el Código

删除没有用到的id的引用

zengjiebin hace 7 años
padre
commit
a6345e0774
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      app/src/main/java/com/sheep/gamegroup/util/ViewUtil.java

+ 0 - 5
app/src/main/java/com/sheep/gamegroup/util/ViewUtil.java

@@ -1055,11 +1055,6 @@ public class ViewUtil {
             }
         }
 
-        final WebView dialog_msg_wv = view.findViewById(R.id.dialog_msg_wv);
-        if (dialog_msg_wv != null) {
-            ViewUtil.loadDataWithBaseURL(dialog_msg_wv, msg);
-        }
-
         TextView dialog_msg_more = view.findViewById(R.id.dialog_msg_more);
         if (dialog_msg_more != null) {
             if (TextUtils.isEmpty(msgMore)) {