Skip to content

Commit a2b12a1

Browse files
committed
2 parents fde4255 + c788c2a commit a2b12a1

File tree

9 files changed

+4
-5
lines changed

9 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of
1515

1616
<div style="display:flex;">
1717
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app.png" width="30%">
18-
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app_2.png" width="30%">
18+
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app_2.jpg" width="30%">
1919
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app_3.png" width="30%">
2020
</div>
2121

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
}
113 KB
Loading
210 KB
Loading
-57.7 KB
Binary file not shown.
-68.8 KB
Loading
47.6 KB
Loading
7.31 KB
Loading

0 commit comments

Comments
 (0)