If card name is given (not path), save it as JSON file.
This commit is contained in:
parent
abd9096c25
commit
1508b143c5
@ -142,7 +142,7 @@ public class CardFile {
|
||||
}
|
||||
|
||||
public void save(Context context) throws IOException {
|
||||
String cardPath = getDefaultCardStorage(context) + PATH_SEPARATOR + name;
|
||||
String cardPath = getDefaultCardStorage(context) + PATH_SEPARATOR + name + ".json";
|
||||
|
||||
save(cardPath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user