tao@0.34.4
25f2c58a
(#1148 by @lucasfernog) TriggerWindowEvent::Destroyed
when the Android activity is destroyed. In this case, the app should either exit by setting the control flow toControlFlow::ExitWithCode
or NOT call the create() external function when the activity is recreated andonCreate
is called, handling how to recreate the app window via a separate hook that can leverage the existing tao event loop.
© 2025 Tauri Contributors. CC-BY / MIT