Skip to content

Commit 51c5eed

Browse files
committed
update commons to 5.17.17
1 parent ff5dc8f commit 51c5eed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
}
5353

5454
dependencies {
55-
implementation 'com.simplemobiletools:commons:5.16.17'
55+
implementation 'com.simplemobiletools:commons:5.17.17'
5656
implementation 'com.github.Stericson:RootTools:df729dcb13'
5757
implementation 'com.github.Stericson:RootShell:1.6'
5858
implementation 'com.alexvasilkov:gesture-views:2.5.2'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import android.view.Menu
1212
import android.view.MenuItem
1313
import androidx.appcompat.widget.SearchView
1414
import androidx.core.view.MenuItemCompat
15-
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
1615
import com.simplemobiletools.commons.dialogs.RadioGroupDialog
1716
import com.simplemobiletools.commons.extensions.*
1817
import com.simplemobiletools.commons.helpers.*
@@ -226,14 +225,14 @@ class MainActivity : SimpleActivity() {
226225
config.OTGPath = trimEnd('/')
227226
}
228227

229-
if (config.OTGPath.isEmpty()) {
228+
/*if (config.OTGPath.isEmpty()) {
230229
runOnUiThread {
231230
ConfirmationDialog(this, getString(R.string.usb_detected), positive = R.string.ok, negative = 0) {
232231
config.wasOTGHandled = true
233232
showOTGPermissionDialog()
234233
}
235234
}
236-
}
235+
}*/
237236
}
238237
}.start()
239238
}

0 commit comments

Comments
 (0)