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

Commit d5702716 authored by Yao Lu's avatar Yao Lu Committed by Android (Google) Code Review
Browse files

Merge "Fix recent card not updated on empty interaction history" into ub-contactsdialer-h-dev

parents e01383db 38fa285d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2450,6 +2450,8 @@ public class QuickContactActivity extends ContactsActivity implements
                                ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null);
                    }
                    mRecentCard.setVisibility(View.VISIBLE);
                } else {
                    mRecentCard.setVisibility(View.GONE);
                }

                Trace.endSection();