Skip to content
Merged

2.7.9 #385

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/Superwall-Android/releases) on GitHub.

## 2.7.9

## Fixes
- Fix review dialog closing paywall

## 2.7.8

## Fixes
Expand Down
5 changes: 0 additions & 5 deletions superwall/src/main/java/com/superwall/sdk/Superwall.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1415,11 +1415,6 @@ class Superwall(
)
}
}
dismiss(
paywallView,
result = Declined(),
closeReason = PaywallCloseReason.SystemLogic,
)
} catch (e: Exception) {
Logger.debug(
logLevel = LogLevel.error,
Expand Down
2 changes: 1 addition & 1 deletion version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUPERWALL_VERSION=2.7.8
SUPERWALL_VERSION=2.7.9
Loading