Apply code review change.

pull/8669/head
Isira Seneviratne 2022-08-01 08:25:24 +05:30
rodzic 81fb44c45c
commit 8a896114c1
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -192,6 +192,7 @@ public final class VideoDetailFragment
private Disposable positionSubscriber = null;
private BottomSheetBehavior<FrameLayout> bottomSheetBehavior;
private BottomSheetBehavior.BottomSheetCallback bottomSheetCallback;
private BroadcastReceiver broadcastReceiver;
/*//////////////////////////////////////////////////////////////////////////
@ -208,8 +209,6 @@ public final class VideoDetailFragment
private Player player;
private final PlayerHolder playerHolder = PlayerHolder.getInstance();
private BottomSheetBehavior.BottomSheetCallback bottomSheetCallback;
/*//////////////////////////////////////////////////////////////////////////
// Service management
//////////////////////////////////////////////////////////////////////////*/