Skip to content

Commit 6e6c388

Browse files
fix: missed imports (#298)
## Summary <!-- Ideally, there is an attached GitHub issue that will describe the "why". If relevant, use this section to call out any additional information you'd like to _highlight_ to the reviewer. --> ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Add missing `android.os.Build` and `androidx.annotation.RequiresApi` imports to `InteractionSource.kt`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 882d67e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 99eff33 commit 6e6c388

File tree

1 file changed

+2
-0
lines changed
  • sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/replay

1 file changed

+2
-0
lines changed

sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/replay/InteractionSource.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ package com.launchdarkly.observability.replay
22

33
import android.app.Activity
44
import android.app.Application
5+
import android.os.Build
56
import android.os.Bundle
67
import android.os.SystemClock
78
import android.view.KeyboardShortcutGroup
89
import android.view.Menu
910
import android.view.MotionEvent
1011
import android.view.Window
12+
import androidx.annotation.RequiresApi
1113
import io.opentelemetry.android.session.SessionManager
1214
import kotlinx.coroutines.channels.BufferOverflow
1315
import kotlinx.coroutines.flow.MutableSharedFlow

0 commit comments

Comments
 (0)