mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-02 11:46:55 +01:00
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);
|
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.activate_auto_download, false);
|
||||||
setItemVisibility(menu, R.id.deactivate_auto_download, false);
|
setItemVisibility(menu, R.id.deactivate_auto_download, false);
|
||||||
} else if (selectedItem.getAutoDownload()) {
|
} else if (selectedItem.getAutoDownload()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user