You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The four-arg constructor didn't exist in ViewGroup for
earlier API levels. I think it can probably be safely
omitted, unless you know otherwise?
Issue: #1820
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133156975
FrameLayout before Lollipop doesn't hava the 4th constructor.
So in SimpleExoPlayerView
calling
super(context, attrs, defStyleAttr, defStyleRes);
will get NoSuchMethodError before api level 21
The text was updated successfully, but these errors were encountered: