8000 Remove unnecessary imports · linuxerwang/flutter-webrtc@cdac00f · GitHub
[go: up one dir, main page]

Skip to content

Commit cdac00f

Browse files
authored
Remove unnecessary imports
1 parent bb0b8ae commit cdac00f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import android.content.Context;
55
import android.hardware.Camera;
66
import android.graphics.SurfaceTexture;
7-
import android.util.Base64;
87
import android.util.Log;
98
import android.util.LongSparseArray;
109

@@ -16,7 +15,6 @@
1615
import com.cloudwebrtc.webrtc.utils.ObjectType;
1716

1817
import java.io.File;
19-
import java.io.UnsupportedEncodingException;
2018
import java.nio.ByteBuffer;
2119
import java.util.*;
2220

0 commit comments

Comments
 (0)
0