-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 NullPointerException: Attempt to get length of null array in MainActivity #5999
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
issue : TeamNewPipe#5096 changed : sp -> dp
issue : TeamNewPipe#5096 changed : - rollback dp->sp. - If additional textView is overlapped, only title view shows.
issue : TeamNewPipe#5096 changed : - Remove treeObserve and hiding logic. - RelativeLayout -> ConstraintLayout. - layout size fixed -> wrap_content. - if text size is bigger, layout height bigger too.
issue : TeamNewPipe#5096 changed : - remove unusable variable
…eamNewPipe#5804 issue : TeamNewPipe#5804 changed : - checked null - fixed NullPointerException.
update recent
Update recent
…chabi.newpipe.MainActivity}: java.lang.NullPointerException: Attempt to get length of null array TeamNewPipe#5996 issue : TeamNewPipe#5996 changed : - Checked null
AudricV
changed the title
Fix 5996
Fix NullPointerException: Attempt to get length of null array in MainActivity
Apr 4, 2021
tch69
approved these changes
Apr 6, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked just fine
Redirion
approved these changes
Apr 6, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, thank you
This was referenced Apr 11, 2021
Closed
tossj
pushed a commit
to tossj/NewPipe-legacy
that referenced
this pull request
Apr 23, 2021
…Activity (TeamNewPipe/NewPipe#5999) * Fixed Unable to start activity ComponentInfo{org.schabi.newpipe/org.schabi.newpipe.MainActivity}: java.lang.NullPointerException: Attempt to get length of null array TeamNewPipe/NewPipe#5996 issue : TeamNewPipe/NewPipe#5996 changed : - Checked null
spvkgn
pushed a commit
to spvkgn/NewPipe
that referenced
this pull request
Jun 5, 2021
…Activity (TeamNewPipe#5999) * Fixed Unable to start activity ComponentInfo{org.schabi.newpipe/org.schabi.newpipe.MainActivity}: java.lang.NullPointerException: Attempt to get length of null array TeamNewPipe#5996 issue : TeamNewPipe#5996 changed : - Checked null
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is it?
Description of the changes in your PR
Fixes the following issue(s)
APK testing
On the website the APK can be found by going to the "Checks" tab below the title and then on "artifacts" on the right.
Due diligence