show_unread_only: change default to true
This commit is contained in:
parent
22302be4f9
commit
25aa63dce3
@ -36,7 +36,7 @@ public class CommonActivity extends FragmentActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean getUnreadOnly() {
|
public boolean getUnreadOnly() {
|
||||||
return m_prefs.getBoolean("show_unread_only", false);
|
return m_prefs.getBoolean("show_unread_only", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUnreadOnly(boolean unread) {
|
public void setUnreadOnly(boolean unread) {
|
||||||
|
Loading…
Reference in New Issue
Block a user