fix(client): 单实例「已在运行」提示框缺应用主题——DsButton 取 tokens 空指针闪退
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -72,6 +72,9 @@ class _AlreadyRunningApp extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
// 必须挂应用主题:DsButton 经 context.tokens 取 AppTokens extension,
|
||||
// 裸 MaterialApp 没有该 extension 会空指针崩溃(弹不出提示框直接闪退)
|
||||
theme: buildTheme('a'),
|
||||
home: Builder(
|
||||
builder: (context) {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
|
||||
Reference in New Issue
Block a user