microsoft / appcenter-sdk-android

Development repository for the App Center SDK for Android
Other
277 stars 134 forks source link

Fix possible NPE on resume #1622

Closed MatkovIvan closed 2 years ago

MatkovIvan commented 2 years ago

Description

Remove receiver registration on activity start since it is not depend on activity anyhow (after #1605 fix)

Related PRs or issues

1610

AB#91925