mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Increase plugin life time
A plugin is created when it is first needed and destroyed when the FP device is destroyed. This allows the plugins to keep state during long running operations such as presenting a UI query. PiperOrigin-RevId: 543502491
This commit is contained in:
committed by
Copybara-Service
parent
c5c65714a0
commit
33abd7d879
@@ -18,6 +18,7 @@ cc_library(
|
||||
"//fastpair/repository:device_repository",
|
||||
"//fastpair/scanning:scanner",
|
||||
"//internal/platform:types",
|
||||
"@com_google_absl//absl/functional:any_invocable",
|
||||
"@com_google_absl//absl/status",
|
||||
"@com_google_absl//absl/strings:str_format",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user