From a8bd9ef97bec3709180d1cc1b086916465d0ef6e Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:35:12 -0600 Subject: [PATCH] fix: reply bar not showing --- app/src/main/AndroidManifest.xml | 2 +- .../dantotsu/media/MediaDetailsActivity.kt | 2 +- .../media/comments/CommentsFragment.kt | 3 + app/src/main/res/layout/fragment_comments.xml | 129 +++++++++--------- 4 files changed, 71 insertions(+), 65 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 28f2c331..f94b5f24 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -128,7 +128,7 @@ android:name=".media.MediaDetailsActivity" android:parentActivityName=".MainActivity" android:theme="@style/Theme.Dantotsu.NeverCutout" - android:windowSoftInputMode="adjustPan|stateHidden"/> + android:windowSoftInputMode="adjustResize|stateHidden"/> + @@ -20,69 +22,6 @@ android:layout_height="match_parent" android:orientation="vertical"> - - - - - - - - - - - + + + + + + + + + + + +