mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-20 07:00:05 +08:00
Add Russia to the special treat list (#545)
This commit is contained in:
parent
04f8dd4ba8
commit
86050082fe
@ -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(":")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user