Fixes in localization. Fix splash screen background.
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user