From 2d905fba50d99bdb043c4b0d0d39904d84140d09 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 22 Nov 2018 17:11:29 +0100 Subject: [PATCH] Forgot to rename HistoryViewHolder somewhere --- app/src/main/java/org/linphone/history/HistoryListFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/linphone/history/HistoryListFragment.java b/app/src/main/java/org/linphone/history/HistoryListFragment.java index 64566b0db..cb88b8674 100644 --- a/app/src/main/java/org/linphone/history/HistoryListFragment.java +++ b/app/src/main/java/org/linphone/history/HistoryListFragment.java @@ -49,7 +49,7 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; -public class HistoryListFragment extends Fragment implements OnClickListener, OnItemClickListener, HistoryAdapter.ViewHolder.ClickListener, ContactsUpdatedListener, SelectableHelper.DeleteListener { +public class HistoryListFragment extends Fragment implements OnClickListener, OnItemClickListener, HistoryViewHolder.ClickListener, ContactsUpdatedListener, SelectableHelper.DeleteListener { private RecyclerView historyList; private TextView noCallHistory, noMissedCallHistory; private ImageView missedCalls, allCalls;