version:1.6.0317
bugfixes:修复网络黑白名单报错 add:增加设置菜单管控,增加中性桌面包名
This commit is contained in:
@@ -56,6 +56,9 @@ public class URLUtils {
|
||||
}
|
||||
whiteIPList.removeIf(TextUtils::isEmpty);
|
||||
Log.e(TAG, "getBrowserWhiteList: " + "oldwhiteList is : " + oldwhiteList);
|
||||
if (TextUtils.isEmpty(oldwhiteList)) {
|
||||
return;
|
||||
}
|
||||
HashSet<String> URLList = new HashSet<>(Arrays.asList(oldwhiteList.trim().split(",")));
|
||||
URLList.removeIf(TextUtils::isEmpty);
|
||||
if (URLList.size() == 0 && whiteIPList.size() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user