From 590b6a093210fedd3d05cb9b9034a6521e52475e Mon Sep 17 00:00:00 2001 From: Anton Kastritskiy Date: Wed, 29 May 2024 06:28:24 -0700 Subject: [PATCH] remove proxy component for launching virtual devices Reviewed By: LukeDefeo Differential Revision: D57885713 fbshipit-source-id: 576d30cf614d192cb85ad92d6434de51a949880d --- .../src/sandy-chrome/appinspect/LaunchEmulator.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/desktop/flipper-ui/src/sandy-chrome/appinspect/LaunchEmulator.tsx b/desktop/flipper-ui/src/sandy-chrome/appinspect/LaunchEmulator.tsx index b6ccce296b5..ce0264d3974 100644 --- a/desktop/flipper-ui/src/sandy-chrome/appinspect/LaunchEmulator.tsx +++ b/desktop/flipper-ui/src/sandy-chrome/appinspect/LaunchEmulator.tsx @@ -40,15 +40,11 @@ const COLD_BOOT = 'cold-boot'; export function showEmulatorLauncher(store: Store) { renderReactRoot((unmount) => ( - + ; )); } -function LaunchEmulatorContainer({onClose}: {onClose: () => void}) { - return ; -} - function NoSDKsEnabledAlert({onClose}: {onClose: () => void}) { const [showSettings, setShowSettings] = useState(false); const footer = (