Fix issue where unlocking would dismiss MainActivity.
This commit is contained in:
parent
ede06cf97d
commit
fe1838d3fe
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@
|
|||
|
||||
<activity android:name=".MainActivity"
|
||||
android:theme="@style/TextSecure.LightNoActionBar"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
|
||||
|
||||
<service android:enabled="true" android:name="org.thoughtcrime.securesms.service.WebRtcCallService"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue