mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Fix media preview launched from conversation settings crash.
This commit is contained in:
committed by
Alex Hart
parent
abb0a25b81
commit
4e3bfadfbe
@@ -140,10 +140,9 @@ public final class VideoMediaPreviewFragment extends MediaPreviewFragment {
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public MediaPreviewPlayerControlView getBottomBarControls() {
|
||||
return (MediaPreviewPlayerControlView) videoView.getControlView();
|
||||
public @Nullable ViewGroup getBottomBarControls() {
|
||||
return videoView.getControlView();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user