update commons to 5.17.17

This commit is contained in:
tibbi 2019-09-18 13:10:59 +02:00
parent ff5dc8fba1
commit 51c5eed84e
2 changed files with 3 additions and 4 deletions

View file

@ -52,7 +52,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.16.17'
implementation 'com.simplemobiletools:commons:5.17.17'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6'
implementation 'com.alexvasilkov:gesture-views:2.5.2'

View file

@ -12,7 +12,6 @@ import android.view.Menu
import android.view.MenuItem
import androidx.appcompat.widget.SearchView
import androidx.core.view.MenuItemCompat
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
import com.simplemobiletools.commons.dialogs.RadioGroupDialog
import com.simplemobiletools.commons.extensions.*
import com.simplemobiletools.commons.helpers.*
@ -226,14 +225,14 @@ class MainActivity : SimpleActivity() {
config.OTGPath = trimEnd('/')
}
if (config.OTGPath.isEmpty()) {
/*if (config.OTGPath.isEmpty()) {
runOnUiThread {
ConfirmationDialog(this, getString(R.string.usb_detected), positive = R.string.ok, negative = 0) {
config.wasOTGHandled = true
showOTGPermissionDialog()
}
}
}
}*/
}
}.start()
}