Kirill Sushilnikov

Results 3 issues of Kirill Sushilnikov

It is only possible to use sidelines and underlines as a divider. But sometimes there is a need to use a background. ![NumberPicker divider drawable](https://user-images.githubusercontent.com/8686389/125703071-8311a576-a0dd-4fec-aefb-ffa803477136.png)

### ExoPlayer Version 2.18.1 ### Devices that reproduce the issue Devices that reproduce the issue: Samsung SM-T110 Android 4.2.2 Sony C2305 Android 4.2.2 App is crashing when I use StyledPlayerView...

bug
needs triage

Hello. When I run val identify = Identify() identify.set("propertyName1", "str1") amplitude.identify(identify) amplitude.track("someEvent1", mapOf...)) identify.set("propertyName2", "str2") amplitude.identify(identify) amplitude.track("someEvent2", mapOf...) identify.set("propertyName1", "str3") amplitude.identify(identify) amplitude.track("someEvent3", mapOf...) As result, I saw in user properties:...

question