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

Commit 2109481f authored by calderwoodra's avatar calderwoodra Committed by android-build-merger
Browse files

Merge "Animate duo disclosure dismissal."

am: 91004ecc

Change-Id: Ifecce74e561cf0cb8a788772b94e0593e1999e8c
parents 4bbc1aad 91004ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,8 +212,8 @@ final class NewCallLogAdapter extends RecyclerView.Adapter<ViewHolder> {
                      .edit()
                      .putBoolean(SHARED_PREF_KEY_DUO_DISCLOSURE_DISMISSED, true)
                      .apply();
                  notifyItemRemoved(duoDisclosureCardPosition);
                  setCardAndHeaderPositions();
                  notifyDataSetChanged();
                });
        break;
      case RowType.HEADER_TODAY: