mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-21 04:34:30 +08:00
dart: fix
This commit is contained in:
@@ -718,7 +718,7 @@ class HomeUI extends HookConsumerWidget {
|
||||
);
|
||||
}
|
||||
|
||||
_showPlacard(BuildContext context, HomeUIModelState homeState) {
|
||||
void _showPlacard(BuildContext context, HomeUIModelState homeState) {
|
||||
switch (homeState.appPlacardData?.linkType) {
|
||||
case "external":
|
||||
launchUrlString(homeState.appPlacardData?.link);
|
||||
@@ -736,7 +736,7 @@ class HomeUI extends HookConsumerWidget {
|
||||
}
|
||||
}
|
||||
|
||||
_onTapFestival(BuildContext context) {
|
||||
void _onTapFestival(BuildContext context) {
|
||||
showDialog(context: context, builder: (context) => const HomeCountdownDialogUI());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user