bither / bither-android

Bither - a simple and secure Bitcoin wallet!
http://bither.net
Apache License 2.0
436 stars 171 forks source link

DialogAddressFull should not use ArrayMap as data storage #10

Closed songchenwen closed 10 years ago

songchenwen commented 10 years ago

It seems that ArrayMap do not support sorting.

songchenwen commented 10 years ago

A LinkedHashMap can do the job