Skip to content

Commit

Permalink
change USE_EXTERNAL_PATH true > false
Browse files Browse the repository at this point in the history
  • Loading branch information
FazziCLAY committed Aug 16, 2021
1 parent f62a71f commit f4544ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/ru/fazziclay/openwidgets/data/Paths.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.io.File;

public class Paths {
private static final boolean USE_EXTERNAL_PATH = true; // TODO: 12.08.2021 change USE_EXTERNAL_PATH to false
private static final boolean USE_EXTERNAL_PATH = false;

private static String appFilePath = null;
private static String appCachePath = null;
Expand Down

0 comments on commit f4544ea

Please sign in to comment.