Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uses of setBottomSheetCallback(). #8669

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply code review change.
  • Loading branch information
Isira-Seneviratne committed Aug 1, 2022
commit 8a896114c110ba4fb6441465fbb88317e597666f
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public final class VideoDetailFragment
private Disposable positionSubscriber = null;

private BottomSheetBehavior<FrameLayout> bottomSheetBehavior;
private BottomSheetBehavior.BottomSheetCallback bottomSheetCallback;
private BroadcastReceiver broadcastReceiver;

/*//////////////////////////////////////////////////////////////////////////
Expand All @@ -208,8 +209,6 @@ public final class VideoDetailFragment
private Player player;
private final PlayerHolder playerHolder = PlayerHolder.getInstance();

private BottomSheetBehavior.BottomSheetCallback bottomSheetCallback;

/*//////////////////////////////////////////////////////////////////////////
// Service management
//////////////////////////////////////////////////////////////////////////*/
Expand Down