Our notification center passes applicationContext to our NotificationCenterListView. This causes an xml inflation error when calling Snackbar.make() as the snackbar tries to retrieve theme attributes using the context of the view passed to it. It's expecting the context to be that of an AppCompatActivity
Description
Our notification center passes
applicationContext
to ourNotificationCenterListView
. This causes an xml inflation error when callingSnackbar.make()
as the snackbar tries to retrieve theme attributes using the context of the view passed to it. It's expecting the context to be that of anAppCompatActivity
closes #66