Skip to content

Commit

Permalink
fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
div5yesh committed Aug 22, 2022
1 parent b613392 commit db6c907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ class AWSPinpointAnalyticsPluginKt : AnalyticsPlugin<Any>() {
awsAnalyticsConfig,
null // TODO: Provide valid credential provider
)
val autoEventSubmitter = AutoEventSubmitter(
pinpointManager.analyticsClient,
awsAnalyticsConfig.autoFlushEventsInterval
)
val autoEventSubmitter = AutoEventSubmitter(awsAnalyticsConfig.autoFlushEventsInterval)
val autoSessionTracker = AutoSessionTracker(pinpointManager.analyticsClient, pinpointManager.sessionClient)
awsPinpointAnalyticsPluginBehavior = AWSPinpointAnalyticsPluginBehavior(
context,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import android.os.HandlerThread;

import com.amplifyframework.core.Amplify;
import com.amplifyframework.logging.Logger;

import java.util.Locale;

Expand Down

0 comments on commit db6c907

Please sign in to comment.