fix: removeExtra below onBackPressed in AppErrorsDetailActivity

This commit is contained in:
2025-03-17 14:06:57 +08:00
parent e7a0ee904a
commit 621bddbb30

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?) {