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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user