Refactor and rename metadata pref/util
This commit is contained in:
parent
cee6e6e83a
commit
0bd8e4292d
37 changed files with 133 additions and 145 deletions
|
|
@ -121,7 +121,7 @@ public class Util {
|
|||
} else return false;
|
||||
}
|
||||
|
||||
public static boolean isAllowedToAutoDownload(final Context context) {
|
||||
public static boolean isAllowedToDownloadMetadata(final Context context) {
|
||||
switch (PreferenceUtil.getInstance(context).autoDownloadImagesPolicy()) {
|
||||
case "always":
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue