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

Commit 0fafb0e2 authored by Tingting Wang's avatar Tingting Wang
Browse files

Fix bug on Suggestion card in Quick contact UI.

Starred/Unstarred a contact should still populate suggestion card.

BUG 24941992

Change-Id: I821c8922ddf9bfc1d54e46cf6cf83e45b6f754ef
parent 98268400
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1321,8 +1321,10 @@ public class QuickContactActivity extends ContactsActivity
        } else {
            expandSuggestionList();
        }
        if (mPreviousSuggestionForContactId != mContactData.getId()) {
            mSuggestionCardView.setVisibility(View.GONE);
            mSuggestionList.removeAllViews();
        }

        if (mAggregationSuggestionEngine == null) {
            mAggregationSuggestionEngine = new AggregationSuggestionEngine(this);