MominRaza / messages_wallet

Shows all your bank transactions sms in a simple and easy listview grouped by month
http://mominraza.dev/messages_wallet/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Single digit after decimal is not supported #10

Open MominRaza opened 2 weeks ago

MominRaza commented 2 weeks ago

Summary

Single digit after decimal is not supported

Steps to Reproduce

  1. open bank account screen
  2. find any transaction with single digit after decimal

Expected Behavior

It should extract the value as it is extracting for two digit after decimal value

Actual Behavior

for sms which has ammont like 100.1 it is extracting value as 100 only

Screenshots

No response