Removed unused AmountFormat
This commit is contained in:
parent
67b282beb2
commit
de20ae4a98
|
@ -50,8 +50,6 @@ import kotlin.concurrent.schedule
|
|||
open class TransferMoneyDialog : DialogFragment() {
|
||||
|
||||
companion object {
|
||||
val AmountFormat = NumberFormat.getCurrencyInstance()
|
||||
|
||||
const val DialogTag = "TransferMoneyDialog"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue