Merge branch 'staging' into testing

This commit is contained in:
julian 2022-09-21 06:54:51 -06:00
commit 2e5531b056
2 changed files with 6 additions and 8 deletions

View file

@ -214,14 +214,12 @@ class ContactPopUp extends ConsumerWidget {
style:
STextStyles.itemSubtitle12,
),
if (contact.id == "default")
const SizedBox(
height: 2,
if (contact.id != "default")
Text(
"${e.label} (${e.coin.ticker})",
style:
STextStyles.itemSubtitle12,
),
Text(
"${e.label} (${e.coin.ticker})",
style: STextStyles.itemSubtitle12,
),
const SizedBox(
height: 2,
),

View file

@ -11,7 +11,7 @@ description: Stack Wallet
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.4.43+58
version: 1.4.45+60
environment:
sdk: ">=2.17.0 <3.0.0"