RoverPlatform / rover-campaigns-android

Apache License 2.0
1 stars 0 forks source link

Bug/66 - Problem displaying snackbar in our NotificationCenterActivity #67

Closed samwoodall closed 5 years ago

samwoodall commented 5 years ago

Description

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

closes #66