Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 07:02:27.466 AndroidRuntime E FATAL EXCEPTION: main
- Process: com.priceline.android.negotiator, PID: 16113
- java.lang.NullPointerException: Parameter specified as non-null is null: method com.priceline.android.hotel.data.entity.PromotionalCardEntity.<init>, parameter ctaLink
- at com.priceline.android.hotel.data.entity.PromotionalCardEntity.<init>(Unknown Source:17)
- at com.priceline.android.hotel.data.source.MappersKt.toEntity(Mappers.kt:340)
- at com.priceline.android.hotel.data.source.MappersKt.toEntity(Mappers.kt:331)
- at com.priceline.android.hotel.data.source.PromotionalCardDataSourceImpl$promotionalBanner$$inlined$map$1$2.emit(Emitters.kt:224)
- at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
- at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
- at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Unknown Source:14)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
- at android.os.Handler.handleCallback(Handler.java:942)
- at android.os.Handler.dispatchMessage(Handler.java:99)
- at android.os.Looper.loopOnce(Looper.java:201)
- at android.os.Looper.loop(Looper.java:288)
- at android.app.ActivityThread.main(ActivityThread.java:7872)
- at java.lang.reflect.Method.invoke(Native Method)
- at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
- at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
- Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@e1106ce, Dispatchers.Main.immediate]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement