We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b90c1 commit b95a6eaCopy full SHA for b95a6ea
src/platform/android/app/src/main/java/net/sourceforge/smallbasic/MainActivity.java
@@ -913,8 +913,8 @@ private final class Storage {
913
private final String _media;
914
915
private Storage() {
916
- String external = null;
917
- String media = null;
+ String external = "";
+ String media = "";
918
919
String path = Environment.getExternalStorageDirectory().getAbsolutePath();
920
if (isPublicStorage(path)) {
0 commit comments