precache logo frame
This commit is contained in:
@@ -59,6 +59,7 @@ class _MzanziInnovationHubState extends State<MzanziInnovationHub> {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
precacheImage(theme.loadingImage(), context);
|
precacheImage(theme.loadingImage(), context);
|
||||||
precacheImage(theme.logoImage(), context);
|
precacheImage(theme.logoImage(), context);
|
||||||
|
precacheImage(theme.logoFrame(), context);
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
title: getTitle(),
|
title: getTitle(),
|
||||||
themeMode: _themeMode,
|
themeMode: _themeMode,
|
||||||
|
|||||||
Reference in New Issue
Block a user