mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update WidgetDataStore.swift
This commit is contained in:
parent
d143b91899
commit
21f0f7e55c
@ -14,7 +14,7 @@ extension Numeric {
|
||||
let bytecountFormatter = ByteCountFormatter()
|
||||
bytecountFormatter.zeroPadsFractionDigits = true
|
||||
bytecountFormatter.countStyle = .decimal
|
||||
bytecountFormatter.allowsNonnumericFormatting = true
|
||||
bytecountFormatter.isAdaptive = false
|
||||
let bytesString = bytecountFormatter.string(fromByteCount: (self as! NSNumber).int64Value)
|
||||
|
||||
let numericString = bytesString
|
||||
|
Loading…
Reference in New Issue
Block a user