Исправления на экране сканера
This commit is contained in:
@@ -27,7 +27,7 @@ abstract class BaseState<T> extends State<T> {
|
||||
}
|
||||
|
||||
getFaqButton() {
|
||||
return new IconButton(icon: new Icon(Icons.help_outline), onPressed: () => faq(context));
|
||||
return new IconButton(icon: new Icon(Icons.help_outline), onPressed: () => faq(context, false));
|
||||
}
|
||||
|
||||
getLogoutButton() {
|
||||
|
||||
Reference in New Issue
Block a user