-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] jadx open file diaglog input dir path error #1462
Comments
I also noticed this behavior. It is caused as the dialog allows to select (multiple) files or a whole directory:
By changing fileSelectionMode to |
Well, I agree this behavior can be unexpected and sometimes really annoying (accidentally loading a directory with a lot of files can hang up jadx 😢)
I like third option, I will check it and also try option 4 with just replacing buttons. |
Ok, I commit a fix with confirmation on directory loading, hope it will help. |
click menu->file->open(ctrl+o)
then i input the dir path ,the dialog is closed instead of get intothis dir
This problem has bothered me for a long time
The text was updated successfully, but these errors were encountered: