Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

fix a crash error of "Attempt to access an null array" #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

foreverlms
Copy link

Hi, I am new to Android and follow this practical to learn it. I when I have got to this practical, I find when I press the delete button of MainActivity an error happend at line 117 of WordListAdapter.java and the app crashed. I know the contentprovider will access the string array selectionArgs, but it seems to be null after initiaton. So I change the third positional argument of mContext.getContentResolver().delete() into new String[]{String.valueof(id)}. This works well. This is my first pull request. I hope I am not wrong.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@foreverlms
Copy link
Author

I signed it!

@googlebot
Copy link

CLAs look good, thanks!

@foreverlms
Copy link
Author

Can I be reviewed?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants