-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException: Cannot invoke "org.fife.ui.rsyntaxtextarea.Theme.apply(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea)" because the return value of "jadx.gui.ui.MainWindow.getEditorTheme()" is null #1476
Comments
The only way this exception could occur is if That would indicate that
Is there some way to apply a default/empty theme so that we can assign something to |
It is possible to create a theme from default RSTA settings: editorTheme = new Theme(new RSyntaxTextArea()); Also, we can reset theme to default: setEditorTheme(EditorTheme.getDefaultTheme().getPath()); These can be applied in Anyway, I am very curious about original cause. |
Please describe what you did before the error occurred.
IMPORTANT! If the error occurs with a specific APK file please attach or provide link to apk file!
The text was updated successfully, but these errors were encountered: