Fixed IndexOutOfBoundsException in EpisodesFragment

This commit is contained in:
daniel oeh 2013-03-20 21:28:50 +01:00
parent b70cb2ebf2
commit 8bed307640
1 changed files with 0 additions and 3 deletions

View File

@ -213,9 +213,6 @@ public class EpisodesFragment extends SherlockFragment {
}
}
if (handled) {
adapter.notifyDataSetChanged();
}
resetContextMenuSelection();
return handled;
}