android: don't proxy enterPictureInPicture in JitsiMeetFragment
This commit is contained in:
parent
53722fd2e6
commit
59b00d022b
|
@ -152,7 +152,7 @@ public class MainActivity extends FragmentActivity implements JitsiMeetActivityI
|
|||
|
||||
@Override
|
||||
protected void onUserLeaveHint() {
|
||||
getFragment().enterPictureInPicture();
|
||||
getFragment().getJitsiView().enterPictureInPicture();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -103,10 +103,4 @@ public class JitsiMeetFragment extends Fragment {
|
|||
|
||||
JitsiMeetActivityDelegate.onHostPause(getActivity());
|
||||
}
|
||||
|
||||
public void enterPictureInPicture() {
|
||||
if (view != null) {
|
||||
view.enterPictureInPicture();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue