Skip to content

Commit

Permalink
Update MainActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
shichaoufo authored Jul 16, 2024
1 parent f7aae55 commit 09d7e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MainActivity : ComponentActivity() {

LaunchedEffect(Unit) {
scope.launch(Dispatchers.Default) {
isMainlandChina = NetworkUtil.isMainlandChina()
isMainlandChina = false
isCheckingNetwork = false
keepSplashScreen = false
}
Expand Down

0 comments on commit 09d7e1b

Please sign in to comment.