bishopmatthew / HackerNews

An open source Hacker News client for Android.
230 stars 61 forks source link

Some users are reporting that comments get posted multiple times #25

Open bishopmatthew opened 11 years ago

bishopmatthew commented 11 years ago

I haven't personally seen that behavior, but it should be looked into

wting commented 10 years ago

This has happened to me before, especially on high latency networks (e.g. mobile data).

The issue is that there is no visual response when posting a response, so the user inadvertently taps the post button multiple times. Since it seems like replies are sent in the background, why not return to the thread and show a toast once the reply has been posted?

pkillian commented 10 years ago

Added to our 2.2.0 milestone, and will look into it for the next patch of enhancements! I like the idea of showing a toast and returning to the thread view, and there's also the possibility of implementing a sort of lock so that a post can't be submitted multiple times.

This will go hand in hand with other comments issues like #54