Fix clicking a subreddit in subreddit suggestions goes to the subreddit page instead of returning the subreddit name in several activities.

This commit is contained in:
Alex Ning
2021-08-25 20:34:08 +08:00
parent de8df061ed
commit fffc5b9eb4
2 changed files with 20 additions and 8 deletions

View File

@@ -95,7 +95,8 @@
android:id="@+id/recycler_view_search_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone" />
android:visibility="gone"
app:layoutManager=".customviews.LinearLayoutManagerBugFixed" />
</LinearLayout>