From e9ffe5a13c3aea89a80dc745c4bec4ab96ff8d9d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 5 Jun 2020 22:26:36 +0800 Subject: Copying post title, post content and comment content is now available in CommentActivity. --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index da3e366c..9980720a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -265,7 +265,7 @@ android:label="@string/comment_activity_label" android:parentActivityName=".Activity.MainActivity" android:theme="@style/AppTheme.NoActionBar" - android:windowSoftInputMode="adjustResize" /> + android:windowSoftInputMode="adjustResize"/>