SimonHalvdansson / Harmonic-HN

Modern Android client for Hacker News
https://play.google.com/store/apps/details?id=com.simon.harmonichackernews
Apache License 2.0
611 stars 40 forks source link

Fix link opening from reply #168

Closed flofriday closed 4 months ago

flofriday commented 4 months ago

Before this commit, clicking on a link in the comment you are replying to wouldn't have any effect.

Now it opens the link as expected and and still preserves the comment you have written so far.

This isn't quite what #167 described but I discovered this bug by trying to recreate his problem which sometimes caused app crashes which I could recreate on older commits but no longer seems to exist on main.

SimonHalvdansson commented 4 months ago

Thanks for the speedy fix on this!