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:
committed by
GitHub
parent
97238c4621
commit
4242ceb462
@@ -270,7 +270,11 @@ public class Utils {
|
|||||||
* Return the path of the url history file
|
* Return the path of the url history file
|
||||||
*/
|
*/
|
||||||
public static String getURLHistoryFile() {
|
public static String getURLHistoryFile() {
|
||||||
return getConfigDir() + File.separator + "url_history.txt";
|
if(HISTORY_FILE.length()==0) {
|
||||||
|
return getConfigDir() + File.separator + "url_history.txt";
|
||||||
|
}else{
|
||||||
|
return HISTORY_FILE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user