mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Android: Improved last error message for failed APK expansion file use.
This commit is contained in:
parent
625d39b164
commit
40364541f5
@ -742,7 +742,7 @@ public class SDLActivity extends Activity {
|
|||||||
|
|
||||||
if (fileStream == null) {
|
if (fileStream == null) {
|
||||||
// calling "getInputStream" was successful but null was returned
|
// calling "getInputStream" was successful but null was returned
|
||||||
throw new IOException("Could not open stream from APK expansion file");
|
throw new IOException("Could not find path in APK expansion file");
|
||||||
}
|
}
|
||||||
|
|
||||||
return fileStream;
|
return fileStream;
|
||||||
|
Loading…
Reference in New Issue
Block a user