mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-07 05:45:49 +01:00
simplify the uri sharing
This commit is contained in:
parent
18104b98c0
commit
2ef400d342
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user