e43b329fc1
The Err arm in stats_plugin.rs had a trailing semicolon on toast.write(...) making it return () while the Ok arm returned MessageId<InfoToastEvent>. Only caught on Android because the block is cfg(target_os = "android") gated; the Linux CI never compiled it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>