mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-29 22:41:10 +08:00
[Party Room] 房间类型相关
This commit is contained in:
@ -74,7 +74,12 @@ class BaseUIModel extends ChangeNotifier {
|
||||
notifyListeners();
|
||||
return null;
|
||||
}
|
||||
if (!noAlert) showToast(context!, errorOverride ?? errorMsg);
|
||||
if (!noAlert) {
|
||||
showToast(context!, errorOverride ?? errorMsg,
|
||||
constraints: BoxConstraints(
|
||||
maxWidth: MediaQuery.of(context!).size.width * .6,
|
||||
),title: "出现错误!");
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user