diff --git a/astrid/plugin-src/com/todoroo/astrid/calls/PhoneStateChangedReceiver.java b/astrid/plugin-src/com/todoroo/astrid/calls/PhoneStateChangedReceiver.java index 8f2e56a0e..6f1ad4192 100644 --- a/astrid/plugin-src/com/todoroo/astrid/calls/PhoneStateChangedReceiver.java +++ b/astrid/plugin-src/com/todoroo/astrid/calls/PhoneStateChangedReceiver.java @@ -26,7 +26,7 @@ public class PhoneStateChangedReceiver extends BroadcastReceiver { @Override public void onReceive(final Context context, Intent intent) { - if (!Preferences.getBoolean(R.string.p_field_missed_calls, true)) { + if (!Preferences.getBoolean(R.string.p_field_missed_calls, false)) { Preferences.clear(PREF_LAST_INCOMING_NUMBER); return; }