[F] Fix order
This commit is contained in:
@@ -58,8 +58,8 @@ class MainActivity : AppCompatActivity()
|
|||||||
println("owo")
|
println("owo")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (chosenDevice == null) act<ActivityScan>()
|
|
||||||
if (!hasPermissions()) act<ActivityPermissions>()
|
if (!hasPermissions()) act<ActivityPermissions>()
|
||||||
|
if (chosenDevice == null) act<ActivityScan>()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onResume()
|
override fun onResume()
|
||||||
|
|||||||
Reference in New Issue
Block a user