Merge pull request #3261 from archibishop/fix-removing-wrong-favourite-message

Fix removing wrong favourite message
This commit is contained in:
H. Lehmann 2019-07-11 12:42:14 +02:00 committed by GitHub
commit e78e4d5656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,9 @@ public class AllEpisodesFragment extends Fragment {
@Override
public boolean onContextItemSelected(MenuItem item) {
Log.d(TAG, "onContextItemSelected() called with: " + "item = [" + item + "]");
if (!getUserVisibleHint()) {
return false;
}
if(!isVisible()) {
return false;
}