Billy McIntosh

Results 2 issues of Billy McIntosh

I'm generating json which I then include to a .styl file. For instance; ``` { "flags": { "height": "198px", "uri": "src/images/sprites/flags.png", "width": "200px", "sprites": [ { "height": "66px", "name": "br",...

t: Feature
good first issue
help wanted

I'm trying to hook into the player events for analytical purposes. I'm seeing debug information such as: - `D/PlaybackActivity: State change event! Oldstate= PLAYING NewState= READY` and `I/ExoPlayerStateMachineImpl: getDuration()= 61529`...