no return in crypto

This commit is contained in:
vtretyakov
2019-04-10 00:05:12 +07:00
parent 3233fc8ac8
commit e30c001651
2 changed files with 5 additions and 5 deletions

View File

@@ -36,10 +36,10 @@ android {
storePassword 'android' storePassword 'android'
} }
release { release {
storeFile file("../../debug.keystore") storeFile file("../../dinect-release-key.keystore")
keyAlias 'androiddebugkey' storePassword 'df3bsfb6ale'
keyPassword 'android' keyAlias 'key0'
storePassword 'android' keyPassword 'vquyc4b8smdk2'
} }
} }
buildTypes { buildTypes {

View File

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