Hides “UPDATE” option for Patreon apps with expired pledges

This commit is contained in:
Riley Testut
2023-12-01 16:42:49 -06:00
committed by Magesh K
parent 0ad9ceaa95
commit cccbe3a80b
2 changed files with 3 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ extension AppBannerView
{
// App is installed
if installedApp.isUpdateAvailable
if installedApp.isUpdateAvailable && (!storeApp.isPledgeRequired || storeApp.isPledged)
{
buttonAction = .update
}