mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-12 17:33:23 +02:00
removing an uncommented OTG determination code
This commit is contained in:
parent
ec6c1f5f17
commit
2c0671fa35
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user