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

Commit 7c46cee7 authored by Tingting Wang's avatar Tingting Wang Committed by android-build-merger
Browse files

Fix bug on suggestion card behavior.

am: 42a08d90

* commit '42a08d90':
  Fix bug on suggestion card behavior.
parents a63475a7 42a08d90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -982,7 +982,6 @@ public class QuickContactActivity extends ContactsActivity
                mCollapsedSuggestionCardView.setVisibility(View.GONE);
                mExpandSuggestionCardView.setVisibility(View.VISIBLE);
                mIsSuggestionListCollapsed = false;
                mSuggestionsShouldAutoSelected = true;
            }
        });

@@ -1381,6 +1380,7 @@ public class QuickContactActivity extends ContactsActivity
            mCollapsedSuggestionCardView.setVisibility(View.GONE);
            mExpandSuggestionCardView.setVisibility(View.GONE);
            mIsSuggestionListCollapsed = true;
            mSuggestionsShouldAutoSelected = true;
            mSuggestionList.removeAllViews();
        }