From 89eb69ebf514baecf9e7cfc0ba417a802bce4cbd Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 26 Dec 2013 13:08:48 +0100 Subject: adapter.notifyDataSetChanged(); just once --- vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vdrmanager/src') diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java index f137fde..e3a3b4e 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java @@ -404,9 +404,8 @@ public class RecordingListActivity extends BaseEventListActivity .getDailyHeader())); } adapter.add(new RecordingListItem((Recording) rec)); - adapter.notifyDataSetChanged(); } - + adapter.notifyDataSetChanged(); } @Override -- cgit v1.2.3