diff --git a/src/anbox/bridge/platform_api_skeleton.cpp b/src/anbox/bridge/platform_api_skeleton.cpp index 1c19e3fb1ee696485d67735b39e794196af1e083..221577de10b8727cb56623dd11919292b2f546b9 100644 --- a/src/anbox/bridge/platform_api_skeleton.cpp +++ b/src/anbox/bridge/platform_api_skeleton.cpp @@ -63,6 +63,9 @@ void PlatformApiSkeleton::get_clipboard_data(anbox::protobuf::rpc::Void const *r } void PlatformApiSkeleton::handle_boot_finished_event(const anbox::protobuf::bridge::BootFinishedEvent &event) { + if (event.first_boot_done()) + launcher_storage_->reset(); + if (boot_finished_handler_) boot_finished_handler_(); }