mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	update commons to 5.17.17
This commit is contained in:
		@@ -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'
 | 
			
		||||
 
 | 
			
		||||
@@ -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()
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user