mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 04:20:38 +01:00
use the new string at the media management dialog
This commit is contained in:
parent
56a0d5f332
commit
718836459b
@ -159,7 +159,8 @@ fun BaseSimpleActivity.handleMediaManagementPrompt(callback: () -> Unit) {
|
||||
}
|
||||
}
|
||||
} else if (isSPlus() && !MediaStore.canManageMedia(this) && !isExternalStorageManager()) {
|
||||
ConfirmationDialog(this, "", R.string.media_management_prompt, R.string.ok, 0) {
|
||||
val message = "${getString(R.string.media_management_prompt)}\n\n${getString(R.string.media_management_note)}"
|
||||
ConfirmationDialog(this, message, 0, R.string.ok, 0) {
|
||||
launchMediaManagementIntent(callback)
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user