Skip to content

Commit d124be7

Browse files
committed
Update
1 parent 6e2f32b commit d124be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/tool/tree/SplashActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class SplashActivity : AppCompatActivity() {
158158

159159
@Synchronized
160160
private fun checkRootAndStart() {
161-
if (!started) return
161+
if (started) return
162162
started = true
163163

164164
lifecycleScope.launch(Dispatchers.IO) {

0 commit comments

Comments
 (0)