Fix appBootScreenMessage
This commit is contained in:
parent
7ddff9625a
commit
a9b779d9af
|
|
@ -336,7 +336,7 @@ class BootScreen extends StatelessWidget {
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
Text("{{ appBootScreenMessage }}", style: Theme.of(context).textTheme.bodySmall,)
|
Text(appBootScreenMessage, style: Theme.of(context).textTheme.bodySmall,)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue