fix: reply bar not showing

This commit is contained in:
rebelonion 2024-02-26 19:35:12 -06:00
parent e93ca5d86e
commit a8bd9ef97b
4 changed files with 71 additions and 65 deletions

View file

@ -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"/>
<activity android:name=".media.CharacterDetailsActivity" />
<activity android:name=".home.NoInternet" />
<activity