precache logo frame

This commit is contained in:
2024-08-28 14:01:26 +02:00
parent ce436908c0
commit 137f492a2f

View File

@@ -59,6 +59,7 @@ class _MzanziInnovationHubState extends State<MzanziInnovationHub> {
Widget build(BuildContext context) {
precacheImage(theme.loadingImage(), context);
precacheImage(theme.logoImage(), context);
precacheImage(theme.logoFrame(), context);
return MaterialApp(
title: getTitle(),
themeMode: _themeMode,