Skip to content

Commit cd5c8d0

Browse files
authored
Update loopback_sample.dart
1 parent c47e709 commit cd5c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/basic_sample/loopback_sample.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class _MyAppState extends State<LoopBackSample> {
3333
_hangUp();
3434
}
3535
_localRenderer.dispose();
36-
_localRenderer.dispose();
36+
_remoteRenderer.dispose();
3737
}
3838

3939
initRenderers() async {

0 commit comments

Comments
 (0)