2dust
2024-06-07 10:51:13 +08:00
parent 1080390bed
commit 748405473b

View File

@@ -215,8 +215,7 @@ object AngConfigManager {
}
//maybe Subscription
if (TextUtils.isEmpty(subid)
&& (str.startsWith(PROTOCOL_HTTP) || str.startsWith(PROTOCOL_HTTPS))
if ((str.startsWith(PROTOCOL_HTTP) || str.startsWith(PROTOCOL_HTTPS))
) {
MmkvManager.importUrlAsSubscription(str)
return 0