removing an uncommented OTG determination code

This commit is contained in:
tibbi 2019-11-06 13:47:43 +01:00
parent ec6c1f5f17
commit 2c0671fa35

View File

@ -224,15 +224,6 @@ class MainActivity : SimpleActivity() {
config.wasOTGHandled = true
config.OTGPath = trimEnd('/')
}
/*if (config.OTGPath.isEmpty()) {
runOnUiThread {
ConfirmationDialog(this, getString(R.string.usb_detected), positive = R.string.ok, negative = 0) {
config.wasOTGHandled = true
showOTGPermissionDialog()
}
}
}*/
}
}.start()
}