Skip to content

Commit

Permalink
移除对中国大陆地区的区域屏幕阻止逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0206 committed Jan 13, 2025
1 parent 4fea65d commit dd065f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ class MainActivity : ComponentActivity() {
BVTheme {
if (isChecking) {
//避免在检查网络的期间加载屏幕内容,导致检查完毕后显示屏幕内容时出现初始焦点未成功设置的问题
} else if (isMainlandChina) {
RegionBlockScreen()
} else {
//HomeScreen()
if (!userLockLocked) {
Expand Down

0 comments on commit dd065f1

Please sign in to comment.