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

Commit 91004ecc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Animate duo disclosure dismissal."

parents 55f3b9a9 0d0afb36
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: