mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Disable Cake Pay Mobile (#994)
* Remove navigation to ionia * Hide 'introducing cake pay' card
This commit is contained in:
parent
b974458f1b
commit
181fd21636
3 changed files with 10 additions and 2 deletions
3
lib/utils/feature_flag.dart
Normal file
3
lib/utils/feature_flag.dart
Normal file
|
@ -0,0 +1,3 @@
|
|||
class FeatureFlag {
|
||||
static const bool isCakePayEnabled = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue