updating a string
This commit is contained in:
parent
631d7db3c0
commit
39c568777b
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:69ac8d3f2f'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:b4d628d2a9'
|
||||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||||
|
|
|
@ -113,7 +113,7 @@ class PickDirectoryDialog(
|
||||||
activity.toast(R.string.source_and_destination_same)
|
activity.toast(R.string.source_and_destination_same)
|
||||||
return@DirectoryAdapter
|
return@DirectoryAdapter
|
||||||
} else if (isRPlus() && activity.isAStorageRootFolder(path)) {
|
} else if (isRPlus() && activity.isAStorageRootFolder(path)) {
|
||||||
activity.toast(R.string.copy_to_restricted_folder_message, Toast.LENGTH_LONG)
|
activity.toast(R.string.system_folder_restriction, Toast.LENGTH_LONG)
|
||||||
return@DirectoryAdapter
|
return@DirectoryAdapter
|
||||||
} else {
|
} else {
|
||||||
activity.handleLockedFolderOpening(path) { success ->
|
activity.handleLockedFolderOpening(path) { success ->
|
||||||
|
|
Loading…
Reference in a new issue