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 =" "
29+ android : taskAffinity =" io.simplelogin.android "
3030 android : theme =" @style/AppTheme" >
3131
3232 <activity android : name =" .module.startup.StartupActivity"
8989 />
9090 </intent-filter >
9191 </activity >
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 " />
92+ <activity android : name =" .module.login.VerificationActivity" android : launchMode =" singleTask " />
93+ <activity android : name =" .module.login.SignUpActivity" android : launchMode =" singleTask " />
94+ <activity android : name =" .module.login.AboutActivity" android : launchMode =" singleTask " />
9595
9696 <!-- ShareActivity-->
9797 <activity android : name =" .module.share.ShareActivity"
98- android : launchMode =" singleInstance "
98+ android : launchMode =" singleTask "
9999 android : exported =" true" >
100100 <intent-filter >
101101 <action android : name =" android.intent.action.SEND" />
You can’t perform that action at this time.
0 commit comments