From 845d3245f575cc37f118b49e7b6f7fb1f148bcda Mon Sep 17 00:00:00 2001 From: MuNitCat <56761979+MuNitCat@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:21:05 +0800 Subject: [PATCH] Update SVGACanvasDrawer.kt --- .../java/com/opensource/svgaplayer/drawer/SVGACanvasDrawer.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/library/src/main/java/com/opensource/svgaplayer/drawer/SVGACanvasDrawer.kt b/library/src/main/java/com/opensource/svgaplayer/drawer/SVGACanvasDrawer.kt index f1c4ebd..d335a19 100644 --- a/library/src/main/java/com/opensource/svgaplayer/drawer/SVGACanvasDrawer.kt +++ b/library/src/main/java/com/opensource/svgaplayer/drawer/SVGACanvasDrawer.kt @@ -10,7 +10,6 @@ import com.opensource.svgaplayer.SVGASoundManager import com.opensource.svgaplayer.SVGAVideoEntity import com.opensource.svgaplayer.entities.SVGAVideoShapeEntity -import android.text.TextUtils /** * Created by cuiminghui on 2017/3/29.