Skip to content
Snippets Groups Projects
Verified Commit c1f85fe6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: crash caused by OOM due to activity recreation

parent a3dace8e
Branches
Tags 0.2.1
No related merge requests found
Pipeline #3048 failed
......@@ -46,6 +46,9 @@
<activity
android:name="de.kuschku.quasseldroid.ui.chat.ChatActivity"
android:exported="true"
android:launchMode="singleTop"
android:allowTaskReparenting="true"
android:alwaysRetainTaskState="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment