Loading
Stop reloading calllog when there's no update.
refreshData() is called everytime when the fragment gets setMenuVisibility(), which requires unnecessary reload done in main thread. Instead we should do the work when we're sure the calllog or contacts data are updated. TESTED (manual tests): - make/receive a phone call - miss a phone call and see "new" section on top, which should be dismissed at the second look. - go to contact detail from calllog's quick contact and edit the info. Updated info should be available once the user comes back to calllog - make a phone call from calllog and see update - swipe horizontally and check animation smoothness Bug: 6005454 Change-Id: I33128a3a4290d9c40ca7e114e7173807077f6bf1