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

Clicking on a contact in the MainActivity opens the wrong contact #262

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

User story

As a user I want the app to open the correct contact when I click on it

What

This issue demands that the MainActivity and/or its helper classes are updated so that when I click on a contact that contact is opened, instead of another contact, is opened

Why

This issue is needed for the project because it is confusing when I click on a contact and another contact is opened.

How

This issue seems to arise from the fact that the in-memory list of contacts is in a "random" order, while the ListView orders the contacts alphabetically.

Definition of ready

Ready

Definition of done

This task can be considered done when

Notes

None