Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 2e43277

Browse files
committed
1 parent 45a3e89 commit 2e43277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/net/yslibrary/monotweety/activity/main/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class MainActivity : BaseActivity(), ActionBarProvider, HasComponent<MainActivit
2323
companion object {
2424
fun callingIntent(context: Context): Intent {
2525
val intent = Intent(context, MainActivity::class.java)
26+
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
2627
return intent
2728
}
2829
}

0 commit comments

Comments
 (0)