File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 android : label =" @string/app_name"
2727 android : roundIcon =" @mipmap/ic_launcher_round"
2828 android : supportsRtl =" true"
29+ android : taskAffinity =" "
2930 android : theme =" @style/AppTheme" >
3031
3132 <activity android : name =" .module.startup.StartupActivity"
8889 />
8990 </intent-filter >
9091 </activity >
91- <activity android : name =" .module.login.VerificationActivity" />
92- <activity android : name =" .module.login.SignUpActivity" />
93- <activity android : name =" .module.login.AboutActivity" />
92+ <activity android : name =" .module.login.VerificationActivity" android : launchMode = " singleInstance " />
93+ <activity android : name =" .module.login.SignUpActivity" android : launchMode = " singleInstance " />
94+ <activity android : name =" .module.login.AboutActivity" android : launchMode = " singleInstance " />
9495
9596 <!-- ShareActivity-->
9697 <activity android : name =" .module.share.ShareActivity"
98+ android : launchMode =" singleInstance"
9799 android : exported =" true" >
98100 <intent-filter >
99101 <action android : name =" android.intent.action.SEND" />
You can’t perform that action at this time.
0 commit comments