Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc0c152 authored by Scott Hancher's avatar Scott Hancher Committed by Josh Guilfoyle
Browse files

Should not pass AttributeSet to child widget.

parent 9caae618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ public class CarouselTabWidget extends TabWidget {

	public CarouselTabWidget(Context context, AttributeSet attrs, int defStyle) {
		super(context, attrs, defStyle);
		mFilmstrip = new Filmstrip(context, attrs);
		mFilmstrip = new Filmstrip(context);
		
		this.addView(mFilmstrip, -1);