Baconit
Baconit copied to clipboard
Can't filter for "Hot"
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
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.