8000 fix: Migrate from onSurfaceDestroyed to onSurfaceCleanup for SurfaceP… · flutter-webrtc/flutter-webrtc@3f10953 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f10953

Browse files
authored
fix: Migrate from onSurfaceDestroyed to onSurfaceCleanup for SurfaceProducer.Callback. (#1806)
1 parent 9c7aa7b commit 3f10953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/cloudwebrtc/webrtc/SurfaceTextureRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void onSurfaceAvailable() {
122122
}
123123

124124
@Override
125-
public void onSurfaceDestroyed() {
125+
public void onSurfaceCleanup() {
126126
surfaceDestroyed();
127127
}
128128
}

0 commit comments

Comments
 (0)
0