Skip to content

Commit

Permalink
Navigated to decompiled path after decompiling an individual DEX file
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Nov 26, 2023
1 parent b28be96 commit cf85334
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ public void onPostExecute() {
mProgressDialog.dismiss();
} catch (IllegalArgumentException ignored) {
}
Common.setPath(new File(mExplorePath, mDexName).getAbsolutePath());
Common.clearFilesList();
reload(requireActivity());
}
};
Expand Down

0 comments on commit cf85334

Please sign in to comment.