Fixes in localization. Fix splash screen background.

This commit is contained in:
Ivan Murashov
2018-02-13 22:37:17 +03:00
parent db75d2b35f
commit 3359c0abb4
10 changed files with 13 additions and 15 deletions

View File

@@ -127,11 +127,7 @@ class FAQScreenState<T> extends BaseState<FAQScreen> {
/// Метод возвращает ListView с блоками faq.
@override Widget getScreenContent() {
if (data == null) {
return new Container(
decoration: new BoxDecoration(
image: new DecorationImage(
image: new ExactAssetImage(Resources.getSplash(app)),
fit: BoxFit.cover)));
return getBackground();
} else {
return new WillPopScope(onWillPop: onWillPop, child: new ListView.builder(
itemBuilder: (BuildContext context, int index) =>