Skip to content

Commit

Permalink
call public method
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Sep 16, 2024
1 parent e71db34 commit b2dc712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {

val appStartMetrics = AppStartMetrics.getInstance()

if (!appStartMetrics.appLaunchedInForeground) {
if (!appStartMetrics.isAppLaunchedInForeground) {
Log.w("Sentry", "App not launched in Foreground")
result.success(null)
}
Expand Down

0 comments on commit b2dc712

Please sign in to comment.