Skip to content
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
Next Next commit
Suppress in advance.
  • Loading branch information
matanlurey committed Sep 26, 2024
commit 931ee796e0a5331b1e7d1240dded7f5e6953cf80
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ interface ExoPlayerProvider {
}

@RestrictTo(RestrictTo.Scope.LIBRARY)
// TODO(matanlurey): https://github.com/flutter/flutter/issues/155131.
@SuppressWarnings({"deprecation", "removal"})
public void onSurfaceCreated() {
if (savedStateDuring != null) {
exoPlayer = createVideoPlayer();
Expand Down