mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-01-03 05:00:28 -05:00
removing an uncommented OTG determination code
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user