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

Commit 0d0afb36 authored by calderwoodra's avatar calderwoodra Committed by Copybara-Service
Browse files

Animate duo disclosure dismissal.

Test: tap
PiperOrigin-RevId: 192825959
Change-Id: I814537b08d9afd678c1cb88e6012e60e5511b6bb
parent cc26b460
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: