Skip to content

Commit

Permalink
Merge pull request #620 from qonversion/fix/sc-34532/7.x.x/entitlemen…
Browse files Browse the repository at this point in the history
…tsOnRenew

Fixed bug, when entitlements callback was not called at all after subscription renew
  • Loading branch information
SpertsyanKM authored Jul 29, 2024
2 parents ac472f7 + b3d019a commit 9ea3eef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ internal class QProductCenterManager internal constructor(
onSuccess(permissions)
} else if (error != null) {
onError(error)
} else if (launchError != null || unhandledLogoutAvailable) {
} else {
actualizePermissions()
}
}
Expand Down

0 comments on commit 9ea3eef

Please sign in to comment.