mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
simplify the uri sharing
This commit is contained in:
@ -15,11 +15,7 @@ fun Activity.shareUri(uri: Uri) {
|
||||
}
|
||||
|
||||
fun Activity.shareUris(uris: ArrayList<Uri>) {
|
||||
if (uris.size == 1) {
|
||||
shareUri(uris.first())
|
||||
} else {
|
||||
shareUris(uris, BuildConfig.APPLICATION_ID)
|
||||
}
|
||||
shareUris(uris, BuildConfig.APPLICATION_ID)
|
||||
}
|
||||
|
||||
fun Activity.openFile(uri: Uri, forceChooser: Boolean) {
|
||||
|
Reference in New Issue
Block a user