mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: Fns & FnRes (#690)
This commit is contained in:
@@ -330,7 +330,7 @@ final class _AppSettingsPageState extends State<AppSettingsPage> {
|
||||
return Text(display, style: UIs.textGrey);
|
||||
},
|
||||
),
|
||||
onTap: () => Funcs.throttle(
|
||||
onTap: () => Fns.throttle(
|
||||
() => AppUpdateIface.doUpdate(
|
||||
context: context,
|
||||
build: BuildData.build,
|
||||
|
||||
Reference in New Issue
Block a user