logical fix

This commit is contained in:
vtretyakov
2019-05-16 14:51:09 +07:00
parent 2e5d62e3dd
commit b6b5f6737b

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')||(app != 'autobonus'))){
if((showReturnScreen())&&(app != 'crypto')&&(app != 'autobonus')){
menuItemList.add(new PopupMenuItem(
value: 3,
child: getMenuItem(return_png, StringsLocalization.returnLabel())