* clear cache when started with option "-clear"
This commit is contained in:
parent
53971666ae
commit
f8f1d5b5b3
|
@ -50,8 +50,9 @@ public class Main {
|
|||
}
|
||||
|
||||
if (argumentBean.clear()) {
|
||||
// clear preferences
|
||||
// clear preferences and cache
|
||||
Settings.forPackage(Main.class).clear();
|
||||
CacheManager.getInstance().clearAll();
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue