fix: removeExtra below onBackPressed in AppErrorsDetailActivity

This commit is contained in:
2025-03-17 14:06:57 +08:00
parent 8b73ad6610
commit d70cf11a42

View File

@@ -209,9 +209,8 @@ class AppErrorsDetailActivity : BaseActivity<ActivityAppErrorsDetailBinding>() {
} }
override fun onBackPressed() { override fun onBackPressed() {
super.onBackPressed()
intent?.removeExtra(EXTRA_APP_ERRORS_INFO) intent?.removeExtra(EXTRA_APP_ERRORS_INFO)
finish() super.onBackPressed()
} }
override fun onNewIntent(intent: Intent?) { override fun onNewIntent(intent: Intent?) {