Skip to content

Commit

Permalink
Prevent duplicate file names for images saved at the same second
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbcr committed Jun 10, 2016
1 parent 16bce2f commit 71c698e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import rx.functions.Func3;

public final class SaveImage extends UseCase<String> {
private static final String DATE_FORMAT = "ddMMyyyy_HHmmss";
private static final String DATE_FORMAT = "ddMMyyyy_HHmmss.SSS";
private static final String LOCALE_EN = "en";
private final TargetUi targetUi;
private final Config config;
Expand Down

0 comments on commit 71c698e

Please sign in to comment.