We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eb41e commit 86576afCopy full SHA for 86576af
1 file changed
base/src/main/java/io/github/sds100/keymapper/base/promode/SystemBridgeAutoStarter.kt
@@ -211,6 +211,7 @@ class SystemBridgeAutoStarter @Inject constructor(
211
) {
212
// Wait a minute so the device can connect to a WiFi network, or a Shizuku
213
// client can automatically connect on boot.
214
+ Timber.i("Waiting 60 seconds before auto starting system bridge")
215
delay(60000)
216
val autoStartType = autoStartTypeFlow.first()
217
0 commit comments