Skip to content

Commit

Permalink
fix: harden countly sdk integration and bump to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Dec 16, 2024
1 parent b54defb commit 3cb1abb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ class AnonymousAnalyticsRecorderImpl : AnonymousAnalyticsRecorder {

override fun halt() = wrapCountlyRequest {
isConfigured = false
<<<<<<< HEAD
Countly.sharedInstance().consent().removeConsentAll()
=======
Countly.sharedInstance()?.consent()?.removeConsentAll()
>>>>>>> 5e643acf0 (fix: countly sdk integration replace halt and bump to latest (WPB-15007) (#3748))
}

override suspend fun setTrackingIdentifierWithMerge(
Expand Down

0 comments on commit 3cb1abb

Please sign in to comment.