Baconit icon indicating copy to clipboard operation
Baconit copied to clipboard

Can't filter for "Hot"

Open Schlaefer opened this issue 9 years ago • 1 comments

Set in Settings → Subreddit the "Default Sort" to "new".

Now every viewed subreddit starts in "New" but I'm not able to filter for "Hot" anymore from the dropdown on the top. It stays on "New".

Build 4.8.8.0

Schlaefer avatar Jan 24 '16 10:01 Schlaefer

Think I found the trouble spot for this @QuinnDamerell. When you navigate to a subreddit, the id is always "SubredditHotWeek", but the panel still renders with everything as "new" (assuming that's the default). When you go to change it to "hot", the "from" id and the "to" id match in the navigate method (since you're going to "hot"), it returns before it really does anything. That was a weird explanation so sorry if that was just a confusing mess of words.

Conrad2134 avatar Jan 26 '16 03:01 Conrad2134