mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-09-21 21:25:04 -04:00
removing an uncommented OTG determination code
This commit is contained in:
1 parent
ec6c1f5f17
commit
2c0671fa35
1 file changed
-9
@@ -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