Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa3867bd authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Refresh adapter on resuming, so that call dates are updated." into cm-10.2

parents dbb207ac aac2af44
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -519,9 +519,12 @@ public class CallLogFragment extends ListFragment
            mAdapter.invalidateCache();
            startCallsQuery();
            startVoicemailStatusQuery();
            updateOnEntry();
            mRefreshDataRequired = false;
        } else {
            // make adapter refresh, so call dates are updated
            mAdapter.notifyDataSetChanged();
        }
        updateOnEntry();
    }

    /** Removes the missed call notifications. */