Skip to content

Commit be85a13

Browse files
fixed bug with storage directory
1 parent f807a16 commit be85a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/net/callrec/app/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Utils {
1616
public static String getDefaultPath(Context context) {
1717
return String.format("%s%s",
1818
Utils.normalDir(Environment.getExternalStorageDirectory().getAbsolutePath()),
19-
"CallRecTest");
19+
"CallRecTest/");
2020
}
2121

2222
private static String normalDir(String dir) {

0 commit comments

Comments
 (0)