Fixed menu item visibility

This commit is contained in:
daniel oeh 2013-03-08 11:18:30 +01:00
parent 5876b98bb8
commit 1b89523bf7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class FeedItemMenuHandler {
if (!notLoadedAndNotLoading) {
mi.setItemVisibility(R.id.download_item, false);
}
if (!(notLoadedAndNotLoading | downloading | isPlaying)) {
if (!(notLoadedAndNotLoading | downloading) | isPlaying) {
mi.setItemVisibility(R.id.stream_item, false);
}
if (!downloading) {