Kirill Sushilnikov
Kirill Sushilnikov
It is only possible to use sidelines and underlines as a divider. But sometimes there is a need to use a background. 
### 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...
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:...