Remove enable autodownload from local feed (#4621)
This commit is contained in:
parent
a0cd1fed2a
commit
851ac4198d
|
@ -78,7 +78,7 @@ public class FeedItemMenuHandler {
|
|||
setItemVisibility(menu, R.id.reset_position, false);
|
||||
}
|
||||
|
||||
if(!UserPreferences.isEnableAutodownload() || fileDownloaded) {
|
||||
if (!UserPreferences.isEnableAutodownload() || fileDownloaded || selectedItem.getFeed().isLocalFeed()) {
|
||||
setItemVisibility(menu, R.id.activate_auto_download, false);
|
||||
setItemVisibility(menu, R.id.deactivate_auto_download, false);
|
||||
} else if (selectedItem.getAutoDownload()) {
|
||||
|
|
Loading…
Reference in New Issue