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 null status in DbStatusWithMediaAndUser #547

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

qdsfdhvh
Copy link
Contributor

Closes: #313

Fatal Exception: java.lang.NullPointerException: Parameter specified as non-null is null: method ve.q.<init>, parameter status
       at com.twidere.twiderex.room.db.model.DbStatusReferenceWithStatus.<init>(DbStatusReferenceWithStatus.java:2)
       at com.twidere.twiderex.room.db.dao.RoomPagingTimelineDao_Impl.__fetchRelationshipstatusReferenceAscomTwidereTwiderexRoomDbModelDbStatusReferenceWithStatus(RoomPagingTimelineDao_Impl.java:14)
       at com.twidere.twiderex.room.db.dao.RoomPagingTimelineDao_Impl.__fetchRelationshipstatusAscomTwidereTwiderexRoomDbModelDbStatusWithReference(RoomPagingTimelineDao_Impl.java:16)
       at com.twidere.twiderex.room.db.dao.RoomPagingTimelineDao_Impl$11.call(RoomPagingTimelineDao_Impl.java:1)
       at androidx.room.CoroutinesRoom$Companion$execute$4$job$1.invokeSuspend(CoroutinesRoom.java:5)
       at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:8)
       at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.java:86)
       at androidx.room.TransactionExecutor.execute$lambda-1$lambda-0(TransactionExecutor.java:20)
       at androidx.room.MultiInstanceInvalidationClient$callback$1$$InternalSyntheticLambda$1$e0384cf52252c7e972fa2891534fdd0952f950b0b4857bcff2122a48cca953dc$0.run$bridge(MultiInstanceInvalidationClient.java:20)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:923)

@qdsfdhvh qdsfdhvh requested a review from Tlaster January 18, 2023 02:18
@qdsfdhvh qdsfdhvh merged commit 0318d3f into develop Jan 18, 2023
@qdsfdhvh qdsfdhvh deleted the bugfix/fix_null_status branch January 18, 2023 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] App crashes at start
2 participants