File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
VideoOS/VenvyLibrary/src/main/java/cn/com/venvy Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ private void unZipAndReadData(final List<File> zipFiles) {
161161 }
162162 return ;
163163 }
164+ VenvyFileUtil .delFolder (VenvyFileUtil .getCachePath (App .getContext ()) + LUA_ZIP_CACHE );
164165 VenvyAsyncTaskUtil .doAsyncTask (PARSE_UNZIP , new VenvyAsyncTaskUtil .IDoAsyncTask <File , List <String >>() {
165166
166167 @ Override
@@ -184,7 +185,6 @@ public void onPreExecute() {
184185
185186 @ Override
186187 public void onPostExecute (List <String > cacheUrls ) {
187- VenvyFileUtil .delFolder (VenvyFileUtil .getCachePath (App .getContext ()) + LUA_ZIP_CACHE );
188188 final JSONArray queryArray = new JSONArray ();
189189 CacheZipUpdateCallback callback = getCacheLuaUpdateCallback ();
190190 for (String cacheUrlPath : cacheUrls ) {
You can’t perform that action at this time.
0 commit comments