media3/testutils_robolectric
tonihei c1e3cb767e Don't forward main looper messages to custom looper.
Our current custom looper implementation tries to handle all messages
including those sent to the main looper. However, the main looper does not
use our doLoop implementation and thus messages never get executed.

This adds a check whether the target looper is the main looper and if so,
uses the default message forwarding implementation.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194779214
2018-05-07 06:29:56 +01:00
..