no return in autobonus

This commit is contained in:
vtretyakov
2019-05-15 22:04:35 +07:00
parent b0caf44eae
commit 8eb458ce91

View File

@@ -78,7 +78,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
child: getMenuItem(help_png, StringsLocalization.help())
));
if((showReturnScreen())&&(app != 'crypto')) {
if((showReturnScreen())&&((app != 'crypto')||(app != 'autobonus'))){
menuItemList.add(new PopupMenuItem(
value: 3,
child: getMenuItem(return_png, StringsLocalization.returnLabel())