Skip to content

Commit

Permalink
Fixed bug, when entitlements callback was not called at all after sub…
Browse files Browse the repository at this point in the history
…scription renew
  • Loading branch information
SpertsyanKM authored Jul 29, 2024
1 parent ac472f7 commit b3d019a
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 b3d019a

Please sign in to comment.