Crypto branding

This commit is contained in:
Ivan Murashov
2018-03-09 08:48:03 +03:00
parent ff72bd5403
commit 19f1b7993d
6 changed files with 160 additions and 163 deletions

View File

@@ -48,7 +48,7 @@ class _SplashScreenState extends BaseState<SplashScreen> {
return a ? new Container(
decoration: new BoxDecoration(
image: new DecorationImage(
image: new ExactAssetImage(Resources.getSplash(nullq)),
image: new ExactAssetImage(Resources.getSplash(null)),
fit: BoxFit.cover))) : getScreenContent();
}