litecoin-foundation / litewallet-android

Litewallet Android
MIT License
32 stars 12 forks source link

🐜[Bugfix] Displaylistcanvas 129 #130

Closed kcw-grunt closed 1 year ago

kcw-grunt commented 1 year ago

What was wrong?

There were cases when users with High Res Devices, the Card images were the wrong size (163134000bytes) bitmap.

What was done

Those files were removed and the class pointed to another image which was really small.

Horrible solution but time is of the essence.

Closes #129