How to avoid image freeze on effect activation (Android)?

Switch EffectPlayer to

SYNCHRONOUS_WHEN_EFFECT_LOADED

or

ASYNCHRONOUS_CONSISTENT_WHEN_EFFECT_LOADED

render consistency mode by calling `EffectPlayer::setRenderConsistencyMode()` after effect player creation and before loading an effect.