Add story fetch setting to feedback debug.

This commit is contained in:
dosiecki 2015-02-13 01:46:03 -08:00
parent 624eec8907
commit d593279559

View file

@ -91,6 +91,7 @@ public class PrefsUtils {
} else {
s.append("unknown");
}
s.append("%0Aprefetch: ").append(isOfflineEnabled(context) ? "yes" : "no");
return s.toString();
}