do not add NewMessageActivity into the backstack

This commit is contained in:
tibbi 2020-04-06 20:34:25 +02:00
parent bc5e40bef3
commit 8c765a25c3
3 changed files with 2 additions and 4 deletions

View file

@ -38,6 +38,7 @@
<activity
android:name=".activities.NewMessageActivity"
android:noHistory="true"
android:parentActivityName=".activities.MainActivity">
<intent-filter>
@ -111,7 +112,7 @@
</intent-filter>
</receiver>
<receiver android:name=".receivers.SmsSentReceiver"/>
<receiver android:name=".receivers.SmsSentReceiver" />
<activity-alias
android:name=".activities.SplashActivity.Red"