fix: 部分机型帖子展示空白 https://jira.shanqu.cc/browse/GHZS-954
This commit is contained in:
@ -1017,7 +1017,7 @@ public class PackageUtils {
|
||||
public static boolean checkWebViewIsAvailable(Context context) {
|
||||
List<String> webViewAbiList = HaloApp.getInstance().getWebViewAbiList();
|
||||
|
||||
if (webViewAbiList != null) {
|
||||
if (!webViewAbiList.isEmpty()) {
|
||||
if (webViewAbiList.size() == 2 && webViewAbiList.contains("x86") && webViewAbiList.contains("x86_64")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user