We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d31a01 commit f18b89fCopy full SHA for f18b89f
Android app/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.schlmgr"
8
minSdkVersion 19
9
targetSdkVersion 32
10
- versionCode 60
11
- versionName '1.8.1'
+ versionCode 61
+ versionName '1.8.2'
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
signingConfig signingConfigs.debug
14
}
Android app/app/src/main/java/com/schlmgr/gui/UriPath.java
@@ -129,7 +129,7 @@ protected boolean deleteFile(DocumentFile src) {
129
130
@Override
131
public boolean exists() {
132
- return file.exists();
+ return file.exists() && (file.isDirectory() || file.length() > 0);
133
134
135
SchoolManager.apk
-109 Bytes
0 commit comments