Fixes, Android adaptive icon for crypto.

This commit is contained in:
Ivan Murashov
2018-03-10 23:41:22 +03:00
parent 60f506a08d
commit cae46b60f9
31 changed files with 238 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
FocusNode _focusNodeSum = new FocusNode();
FocusNode _focusNodeBonus = new FocusNode();
bool isAutomaticallyImplyLeading() => false;
PurchaseScreenState(SqliteHelper helper, String app, String userString, String card) : super(helper, app) {
this.user = JSON.decode(userString);
this.card = card;