Maintain RecyclerView position when showing and hiding the keyboard in ViewPrivateMessagesActivity.

This commit is contained in:
Alex Ning
2020-07-02 11:13:10 +08:00
parent 2fbc4d02c8
commit 1958ad77e3
2 changed files with 14 additions and 14 deletions

View File

@@ -24,16 +24,15 @@
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".Activity.ViewPrivateMessagesActivity"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.Slidable"
android:windowSoftInputMode="adjustResize" />
<service
android:name=".Service.DownloadRedditVideoService"
android:enabled="true"
android:exported="false" />
<activity android:name=".Activity.ViewPrivateMessagesActivity"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.Slidable"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".Activity.ViewImgurMediaActivity"
android:configChanges="orientation|screenSize|layoutDirection"