QuantumBadger / RedReader

An unofficial open source Android app for Reddit.
GNU General Public License v3.0
2.03k stars 483 forks source link

[Enhancement] Option to refresh page after commenting #292

Open Coehill opened 8 years ago

Coehill commented 8 years ago

An enhancement would be an option in settings to refresh the comment thread that is currently being viewed after you have posted a reply. This would be helpful as you could view your own reply to verify that it has posted. I would suggest that this option be available under Settings>Network or Settings>Cache and disabled by default in case it would cause a tiny increase in data. Perhaps, the setting could be called "Auto-refresh comments".

philipwhiuk commented 8 years ago

"Auto-refresh on comment" would be more accurate.

It would only really be of much use IMO if it also scrolled to your comment too.

QuantumBadger commented 8 years ago

Probably the best way to implement this would be to open up a new CommentListingActivity, showing the "context" view of the new comment (rather than modifying/refreshing the existing comment list).