diff options
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java index 9a031e1..7c725b1 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java @@ -211,6 +211,7 @@ public class EpgDetailsActivity extends ICSBaseActivity implements protected void onPostExecute(Void result) { // cEvent = epgs.get(counter); + adapter.notifyDataSetChanged(); pager.setCurrentItem(counter); onPageSelected(counter); // current = counter; |