Fixed IndexOutOfBoundsException in EpisodesFragment
This commit is contained in:
parent
b70cb2ebf2
commit
8bed307640
|
@ -213,9 +213,6 @@ public class EpisodesFragment extends SherlockFragment {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (handled) {
|
|
||||||
adapter.notifyDataSetChanged();
|
|
||||||
}
|
|
||||||
resetContextMenuSelection();
|
resetContextMenuSelection();
|
||||||
return handled;
|
return handled;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue