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

Commit a207634c authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am d8010fbe: Merge "Fix "the note of contact can\'t be deleted successfully""

* commit 'd8010fbe':
  Fix "the note of contact can't be deleted successfully"
parents 67055acf d8010fbe
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -1078,14 +1078,12 @@ public class QuickContactActivity extends ContactsActivity {
            mAboutCard.setTitle(customAboutCardName);
        }

        if (aboutCardEntries.size() > 0) {
        mAboutCard.initialize(aboutCardEntries,
                /* numInitialVisibleEntries = */ 1,
                /* isExpanded = */ true,
                /* isAlwaysExpanded = */ true,
                mExpandingEntryCardViewListener,
                mScroller);
        }

        if (contactCardEntries.size() == 0 && aboutCardEntries.size() == 0) {
            initializeNoContactDetailCard();