1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-19 04:01:45 +02:00

Update Utils.java

This commit is contained in:
inthebrilliantblue
2019-07-02 12:01:27 -05:00
committed by GitHub
parent 97238c4621
commit 4242ceb462

View File

@@ -270,7 +270,11 @@ public class Utils {
* Return the path of the url history file
*/
public static String getURLHistoryFile() {
if(HISTORY_FILE.length()==0) {
return getConfigDir() + File.separator + "url_history.txt";
}else{
return HISTORY_FILE;
}
}
/**