NTP-7562 | Bump androidx.activity:activity from 1.8.0 to 1.9.3 in /android (#13450)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
dependabot[bot]
2024-11-26 11:39:54 +00:00
committed by GitHub
parent 39b126c398
commit 32ced979da
19 changed files with 36 additions and 40 deletions

View File

@@ -437,9 +437,9 @@ class DigitalGoldHomeActivity :
}
}
override fun onNewIntent(newIntent: Intent?) {
super.onNewIntent(newIntent)
setIntent(newIntent)
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
setIntent(intent)
}
private fun initObserver() {