Skip to content
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

[FIX] NPE check #693

Merged
merged 1 commit into from
Mar 12, 2024
Merged

[FIX] NPE check #693

merged 1 commit into from
Mar 12, 2024

Conversation

rksh
Copy link
Contributor

@rksh rksh commented Mar 9, 2024

didn't know that was a risk here. (from play store report)
checks NPE:

Exception java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
  at android.content.ComponentName.<init> (ComponentName.java:131)
  at android.content.Intent.<init> (Intent.java:6523)
  at net.wigle.wigleandroid.db.DatabaseHelper$DeathHandler.handleMessage (DatabaseHelper.java:292)

@rksh rksh merged commit 1ff0020 into wiglenet:main Mar 12, 2024
1 check passed
@rksh rksh deleted the database_death_handler branch March 14, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants