Add Russia to the special treat list (#545)

This commit is contained in:
Artur Khusainov 2024-02-08 07:33:54 +03:00 committed by GitHub
parent 04f8dd4ba8
commit 86050082fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,6 +216,7 @@ object ProfileManager {
if (Locale.getDefault().country != Locale.CHINA.country) { if (Locale.getDefault().country != Locale.CHINA.country) {
// 非中文用户 // 非中文用户
fuckedCountry += "ir:Iran" fuckedCountry += "ir:Iran"
fuckedCountry += "ru:Russia"
} }
for (c in fuckedCountry) { for (c in fuckedCountry) {
val country = c.substringBefore(":") val country = c.substringBefore(":")