bishopmatthew / HackerNews

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

Fix saving 'Automatic bug reports' setting #73

Closed anselina closed 10 years ago

anselina commented 10 years ago

Unselecting the "Automatic bug reports" setting (which was set to true by default) would not persist since the OnClickListener was saving the result to the OPEN_IN_BROWSER user preference instead of BUGSENSE_ENABLED. This is a trivial fix.

(Thanks for building this app!)

pkillian commented 10 years ago

Good catch; can't believe we've missed that for so long /embarrassed

Thanks!