Adding task affinity to the share activity. Fixes #7312.

Closes #7371
This commit is contained in:
Win Ribeka 2018-01-29 23:50:27 -05:00 committed by Moxie Marlinspike
parent 0efda2df91
commit c5e495bfe5

View File

@ -156,6 +156,7 @@
android:theme="@style/TextSecure.LightNoActionBar" android:theme="@style/TextSecure.LightNoActionBar"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:launchMode="singleTask" android:launchMode="singleTask"
android:taskAffinity=""
android:noHistory="true" android:noHistory="true"
android:windowSoftInputMode="stateHidden" android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"> android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">