Merge pull request #642 from rmullin7286/master

Made ThreadActivity launch in singleTop mode and added onNewIntent.
This commit is contained in:
Tibor Kaputa 2023-05-18 17:58:35 +02:00 committed by GitHub
commit abedc2a18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -56,7 +56,8 @@
android:configChanges="orientation"
android:exported="false"
android:parentActivityName=".activities.MainActivity"
android:windowSoftInputMode="adjustResize" />
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTop" />
<activity
android:name=".activities.NewConversationActivity"