Add more feedback page debug.

This commit is contained in:
dosiecki 2015-04-02 19:37:57 -07:00
parent 8b830eec70
commit b09ea27565

View file

@ -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();
}