Fixed menu item visibility
This commit is contained in:
parent
5876b98bb8
commit
1b89523bf7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue