mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-30 14:15:52 +00:00
Merge remote-tracking branch 'origin/staging' into implement-name-coin
This commit is contained in:
commit
2e9baba264
2 changed files with 6 additions and 8 deletions
|
@ -214,14 +214,12 @@ class ContactPopUp extends ConsumerWidget {
|
||||||
style:
|
style:
|
||||||
STextStyles.itemSubtitle12,
|
STextStyles.itemSubtitle12,
|
||||||
),
|
),
|
||||||
if (contact.id == "default")
|
if (contact.id != "default")
|
||||||
const SizedBox(
|
Text(
|
||||||
height: 2,
|
"${e.label} (${e.coin.ticker})",
|
||||||
|
style:
|
||||||
|
STextStyles.itemSubtitle12,
|
||||||
),
|
),
|
||||||
Text(
|
|
||||||
"${e.label} (${e.coin.ticker})",
|
|
||||||
style: STextStyles.itemSubtitle12,
|
|
||||||
),
|
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 2,
|
height: 2,
|
||||||
),
|
),
|
||||||
|
|
|
@ -11,7 +11,7 @@ description: Stack Wallet
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.4.43+58
|
version: 1.4.45+60
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue