updating a string

This commit is contained in:
tibbi 2022-04-10 12:15:17 +02:00
parent 631d7db3c0
commit 39c568777b
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ android {
}
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 'it.sephiroth.android.exif:library:1.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'

View file

@ -113,7 +113,7 @@ class PickDirectoryDialog(
activity.toast(R.string.source_and_destination_same)
return@DirectoryAdapter
} 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
} else {
activity.handleLockedFolderOpening(path) { success ->