1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ImageDemo: Fix permissions on mobile devices

Co-authored-by: MajorMurphy <major@murphyindustries.net>
This commit is contained in:
reuk 2024-03-07 13:44:25 +00:00
parent 26b817b7a4
commit c2398791be
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
2 changed files with 19 additions and 3 deletions

View file

@ -297,7 +297,7 @@ private:
if (jniCheckHasExceptionOccurredAndClear())
{
// An exception has occurred, have you acquired RuntimePermission::readExternalStorage permission?
// An exception has occurred, have you acquired RuntimePermissions::readExternalStorage permission?
jassertfalse;
return {};
}