no return in crypto
This commit is contained in:
@@ -36,10 +36,10 @@ android {
|
||||
storePassword 'android'
|
||||
}
|
||||
release {
|
||||
storeFile file("../../debug.keystore")
|
||||
keyAlias 'androiddebugkey'
|
||||
keyPassword 'android'
|
||||
storePassword 'android'
|
||||
storeFile file("../../dinect-release-key.keystore")
|
||||
storePassword 'df3bsfb6ale'
|
||||
keyAlias 'key0'
|
||||
keyPassword 'vquyc4b8smdk2'
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
@@ -78,7 +78,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
|
||||
child: getMenuItem(help_png, StringsLocalization.help())
|
||||
));
|
||||
|
||||
if(showReturnScreen()) {
|
||||
if((showReturnScreen())&&(app != 'crypto')) {
|
||||
menuItemList.add(new PopupMenuItem(
|
||||
value: 3,
|
||||
child: getMenuItem(return_png, StringsLocalization.returnLabel())
|
||||
|
||||
Reference in New Issue
Block a user