CleverTap / clevertap-android-sdk

CleverTap Android SDK
MIT License
80 stars 74 forks source link

fix(MC-1881): Fix NPE for Context in in-app dismiss #655

Closed vasct closed 3 months ago

vasct commented 3 months ago

Remove redundant Context argument from inAppNotificationDidDismiss and use the Context of InAppController every time.