Loading src/com/android/contacts/quickcontact/QuickContactActivity.java +5 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,9 @@ public class QuickContactActivity extends ContactsActivity @Override public void onAggregationSuggestionChange() { if (mAggregationSuggestionEngine == null) { return; } mSuggestions = mAggregationSuggestionEngine.getSuggestions(); mCollapsedSuggestionCardView.setVisibility(View.GONE); mExpandSuggestionCardView.setVisibility(View.GONE); Loading Loading @@ -2307,6 +2310,8 @@ public class QuickContactActivity extends ContactsActivity if (imageViewDrawable == mPhotoView.getDrawable()) { mHasComputedThemeColor = true; setThemeColor(palette); // update color and photo in suggestion card onAggregationSuggestionChange(); } } }.execute(); Loading Loading
src/com/android/contacts/quickcontact/QuickContactActivity.java +5 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,9 @@ public class QuickContactActivity extends ContactsActivity @Override public void onAggregationSuggestionChange() { if (mAggregationSuggestionEngine == null) { return; } mSuggestions = mAggregationSuggestionEngine.getSuggestions(); mCollapsedSuggestionCardView.setVisibility(View.GONE); mExpandSuggestionCardView.setVisibility(View.GONE); Loading Loading @@ -2307,6 +2310,8 @@ public class QuickContactActivity extends ContactsActivity if (imageViewDrawable == mPhotoView.getDrawable()) { mHasComputedThemeColor = true; setThemeColor(palette); // update color and photo in suggestion card onAggregationSuggestionChange(); } } }.execute(); Loading