mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Add more feedback page debug.
This commit is contained in:
parent
8b830eec70
commit
b09ea27565
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class PrefsUtils {
|
|||
s.append("unknown");
|
||||
}
|
||||
s.append("%0Aprefetch: ").append(isOfflineEnabled(context) ? "yes" : "no");
|
||||
s.append("%0Akeepread: ").append(isKeepOldStories(context) ? "yes" : "no");
|
||||
return s.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue