ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Fix getContacts in MainActivity #341

Closed clenrock closed 7 years ago

clenrock commented 7 years ago

What

This Pull Request adds to the repository a fix for the getContacts method.

Why

This Pull Request is needed because it should not return a copy, but the method should return the real list.

How

This feature can be viewed/tested within the project by using the sorter in the main activity.

Notes

None