zom / Zom-iOS-XMPP

THIS PROJECT IS NOW CLOSED. WE HAVE MOVED TO A NEW ZOM 2.0 MATRIX CORE. FOLLOW THE LINK!
https://github.com/zom/zom-ios-matrix
Mozilla Public License 2.0
37 stars 23 forks source link

Confirm that the user wants to delete a contact before performing the action #211

Open cstiens opened 7 years ago

cstiens commented 7 years ago

To remove a contact, the user swipes and taps delete on the person's cell in the friend's view. Once they tap delete, we should confirm that they want to do so, since this is considered a destructive action.

chrisballinger commented 7 years ago

Most places in iOS with swipe to delete do not offer a "confirm" because it is already a two step action. For instance you can check this by opening the default Messages or Mail app and deleting a conversation.

However for Zom, since the Friends and Conversation list look so similar, it might be important to confirm the difference between deleting a conversation and a buddy.

cstiens commented 7 years ago

However for Zom, since the Friends and Conversation list look so similar, it might be important to confirm the difference between deleting a conversation and a buddy.

Yes. I think it is. I'll provide text for this confirmation.