1. 03 Dec, 2020 26 commits
  2. 30 Nov, 2020 13 commits
  3. 27 Nov, 2020 1 commit
    • Remove stopTest workaround in ExoHostedTest · e66f0032
      The workaround to post a message was needed to ensure we
      receive any final onIsPlayingChanged event before the test
      is finished (to record the correct playing time).
      
      Using onEvents allows us to do this synchronously as the
      callback guarantees that there is no other pending event.
      
      #exofixit
      
      PiperOrigin-RevId: 344436180
      tonihei committed