TP-63878 | Remove space in UPI Lite widget on home page (#10446)
This commit is contained in:
@@ -227,7 +227,7 @@ constructor(
|
||||
Gson().fromJson(liteAccountInfoString, UpiLiteActiveAccountInfo::class.java)
|
||||
|
||||
return if (liteAccountInfo.balance.isNotEmpty())
|
||||
"$RUPEE_SYMBOL ${liteAccountInfo.balance.getFormattedAmountWithDecimal()}"
|
||||
"$RUPEE_SYMBOL${liteAccountInfo.balance.getFormattedAmountWithDecimal()}"
|
||||
else EMPTY
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user