Skip to content

Commit

Permalink
fix: use removeconsenAll instead of halt
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Dec 11, 2024
1 parent 9c2c9a9 commit 3bed9e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class AnonymousAnalyticsRecorderImpl : AnonymousAnalyticsRecorder {

override fun halt() {
isConfigured = false
Countly.sharedInstance().halt()
Countly.sharedInstance().consent().removeConsentAll()
}

override suspend fun setTrackingIdentifierWithMerge(
Expand Down

0 comments on commit 3bed9e1

Please sign in to comment.