taost the right text

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-09-17 15:35:15 +02:00
parent ab4bba0f27
commit 45402ea202
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -1301,7 +1301,7 @@ class ChatController(args: Bundle) :
startActivityForResult(TakePhotoActivity.createIntent(context!!), REQUEST_CODE_PICK_CAMERA) startActivityForResult(TakePhotoActivity.createIntent(context!!), REQUEST_CODE_PICK_CAMERA)
} else { } else {
Toast Toast
.makeText(context, context?.getString(R.string.read_storage_no_permission), Toast.LENGTH_LONG) .makeText(context, context?.getString(R.string.take_photo_permission), Toast.LENGTH_LONG)
.show() .show()
} }
} }