fix: switch visibility

This commit is contained in:
rebelonion 2024-05-01 21:19:29 -05:00
parent a3e1cc45b3
commit 97ff591b62
4 changed files with 7 additions and 5 deletions

View file

@ -203,7 +203,7 @@ class SettingsAddonActivity : AppCompatActivity() {
}
}
},
isVisible = torrentAddonManager.isAvailable()
isVisible = torrentAddonManager.isAvailable(false)
)
)
)