From d8669c94e88345e1ed55468ba60aa5570bb1b745 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 11 Jul 2019 16:32:27 +0800 Subject: Submitting posts to subreddit is available now. Fixed User's posts cannot be all loaded. --- app/src/main/res/layout/activity_post_text.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index 9bc76c10..2b16fc33 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:id="@+id/coordinator_layout_post_detail_activity" tools:context=".PostTextActivity">