From c15f78f9c95bd816a861565e8f6a37c37202633f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 19 Dec 2014 13:18:26 -0500 Subject: [PATCH] FIX: Should be 30 topics on desktop, 15 on android --- lib/topic_query.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/topic_query.rb b/lib/topic_query.rb index 63efb1aea..cbf36f52b 100644 --- a/lib/topic_query.rb +++ b/lib/topic_query.rb @@ -157,7 +157,7 @@ class TopicQuery protected def per_page_setting - @options[:slow_platform] ? 30 : 15 + @options[:slow_platform] ? 15 : 30 end def create_list(filter, options={}, topics = nil)