Исправлены баги
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user