Nick Zayatz

Results 15 comments of Nick Zayatz

Hi @tjleing, So I am actually creating my notification channels outside of Pinpoint. Does Pinpoint inherently register channels as it receives notifications? I am not calling any Pinpoint code to...

@tjleing that is correct they show in device settings based on which notifications I receive. I needed to create the notification channels by hand in order to specify custom sounds/vibrations/etc...

@tjleing so as far as I can tell [from the documentation](https://developer.android.com/reference/android/app/NotificationManager#createNotificationChannel(android.app.NotificationChannel)), `createNotificationChannel()` should just update any existing channels if one already exists with the same name. So in theory there...

@tjleing that is what I am currently doing, which is why I find it strange that this bug is related to notification channel creation

@tjleing I updated from `v2.47.0` to `v2.51.0`, but the issue may have existed in `v2.47.0` as well. My `minSdkVersion` has been `24` and has not been updated for a very...

UPDATE: I was able to duplicate this behavior in this [Storybook Example](https://chatscope.io/storybook/react/?path=/docs/components-chatcontainer--default-story#with-toolbox) by setting the `font-size` on the `body` tag to `0.875rem` ![Screen Shot 2021-05-07 at 5 32 51 PM](https://user-images.githubusercontent.com/6536941/117510555-471e0800-af5a-11eb-9233-bbc7139b8b7b.png)...