Исправлены баги

This commit is contained in:
Ivan Murashov
2017-09-26 12:51:30 +03:00
parent 7a1dc84fa1
commit ac7146f46e
7 changed files with 58 additions and 60 deletions

View File

@@ -84,7 +84,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
break;
}
case 1: {
pushRoute(context, new FAQScreen(false));
pushRoute(context, new FAQScreen(helper, app, false));
break;
}
case 2: {