wordpress-mobile / wordpress-mobile/WordPress-Android
NullPointerException
Open
@notandyvee is already working on this.
Since May 24, 2024.
[Type] Bug
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
Sentry Issue: JETPACK-ANDROID-QZ1
NullPointerException: None
at org.wordpress.android.ui.posts.EditPostRepository.isPage(EditPostRepository.kt:78)
get() = post!!.isPage
at org.wordpress.android.ui.posts.PostsListActivity$initViewModel$8.invoke(PostsListActivity.kt:313)
isPage = editPostRepository.isPage
at org.wordpress.android.ui.posts.PostsListActivity$initViewModel$8.invoke(PostsListActivity.kt:308)
viewModel.openPrepublishingBottomSheet.observeEvent(this@PostsListActivity) {
at org.wordpress.android.viewmodel.EventKt$observeEvent$1.invoke(Event.kt:36)
this.observe(owner, { it?.getContentIfNotHandled()?.let(block) })
at org.wordpress.android.viewmodel.EventKt$observeEvent$1.invoke(Event.kt:36)
this.observe(owner, { it?.getContentIfNotHandled()?.let(block) })
...
(15 additional frame(s) were not displayed)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.