You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed.
A solution is to scan and replace patched zip files very early in input files.
Main issue actually is that some jadx code and also plugins API forces to open same zip file several times, to resolve this we need to implement new API to allow traverse files in already opened zip.
Issue details
The speed of saving projects (
File -> Save all...
) has significantly decreased after 964bd62 (in my case, from ~15 sec to ~1m 20 sec).The text was updated successfully, but these errors were encountered: