Skip to content

Commit

Permalink
Fix failing tests on CI machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Sep 8, 2017
1 parent 5eeb840 commit 8e56891
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 621 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@
*
* DAC - 2014-05-20 - Fix issue on Android 4.3 or higher were mediacontroller
* window position was not being calculated correctly.
*
* @deprecated replaced by SimpleExoPlayerView
*/
@Deprecated
public class MediaController extends FrameLayout {

private static final int FADE_OUT = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
* or tv show.
*
* @author dcarver
* @deprecated Use ExoplayerVideoActivity instead
*/
@Deprecated
public class SerenitySurfaceViewVideoActivity extends SerenityActivity implements SurfaceHolder.Callback {

@Inject @ForVideoQueue protected LinkedList<VideoContentInfo> videoQueue;
Expand Down
Loading

0 comments on commit 8e56891

Please sign in to comment.