commit | 68d5492bafe5cc1947ec5b02c4e1bff347616926 | [log] [tgz] |
---|---|---|
author | Arpit Singh <arpitks@google.com> | Wed Oct 16 10:55:08 2024 +0000 |
committer | Arpit Singh <arpitks@google.com> | Wed Oct 16 12:41:45 2024 +0000 |
tree | 2e0c91222b3457d040531406a7b1c545042a4092 | |
parent | 9936dae2be5e2a506921a8ff7d94e83e13d59c1b [diff] |
Fix a crash in PhysicalKeyboardFragment The crash is caused by using getContext() in a background thread. This CL changes it to use the context passed in as a parameter. Bug: 373789342 Change-Id: Ia0197640b3d01cf305bfd9ebc8465b0c8e0dc016 Test: manual and presubmit Flag: EXEMPT bugfix