Commit aac1322
fix: tweaks Android InteractionDetector to delegate additional defaul… (#294)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> `InteractionDetector` now forwards `onProvideKeyboardShortcuts` and
`onPointerCaptureChanged` to the original `Window.Callback` while still
intercepting touch events.
>
> - **Android — `InteractionSource`**:
> - **`InteractionDetector`**:
> - Delegates `onProvideKeyboardShortcuts(...)` to the original
`Window.Callback`.
> - Delegates `onPointerCaptureChanged(...)` (API 26+) to the original
`Window.Callback`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
ecd7671. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Agustin Grognetti <[email protected]>1 parent 0d18ebe commit aac1322
File tree
1 file changed
+15
-0
lines changed- sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/replay
1 file changed
+15
-0
lines changedLines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
49 | 64 | | |
50 | 65 | | |
51 | 66 | | |
| |||
0 commit comments