Skip to content

Commit 1d2647c

Browse files
committed
close popup zip command
1 parent 5ae9525 commit 1d2647c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PowerFileExplorer/src/main/java/net/gnu/explorer/ContentFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,7 @@ public void run() {
19601960
new CopyFileCheck(ContentFragment.this, currentPathTitle, move, activity, ThemedActivity.rootMode, null)
19611961
.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, arrayList);
19621962
activity.EXTRACT_MOVE_PATH = null;
1963+
activity.EXTRACT_PATH = null;
19631964
if (move) {
19641965
new DecompressTask(fragActivity,
19651966
activity.zip.file.getAbsolutePath(),

0 commit comments

Comments
 (0)