Can you add a public method to allow us to overrider the snackbar layout background colour to resolve the issue seen below please?
Following code is used to display:
Rate.Builder(this)
.setSnackBarParent(root_layout)
.setFeedbackAction(Uri.parse(Constants.EMAIL_ADDRESS))
.build()
.apply {
count()
showRequest()
}
