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

NullPointerException in IconService while Resolving Custom Icons in Coroutine Flow #1186

Closed
EvanBijoy opened this issue Dec 23, 2024 · 1 comment

Comments

@EvanBijoy
Copy link

Description

Please provide as many information about the crash as possible (What did you do before the crash happened? Steps to reproduce?)

Stack trace

java.lang.NullPointerException
	at de.mm20.launcher2.icons.IconService$resolveCustomIcon$1.invokeSuspend(IconService.kt:214)
	at de.mm20.launcher2.icons.IconService$resolveCustomIcon$1.invoke(IconService.kt:28)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invokeSuspend(Zip.kt:49)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invoke(Zip.kt:20)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:252)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invoke(Combine.kt:13)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:16)
	at kotlinx.coroutines.flow.internal.CombineKt.combineInternal(Combine.kt:21)
	at de.mm20.launcher2.icons.IconService$getIcon$$inlined$flatMapLatest$1.invokeSuspend(Merge.kt:78)
	at de.mm20.launcher2.icons.IconService$getIcon$$inlined$flatMapLatest$1.invoke(Merge.kt:22)
	at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:35)
	at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt:13)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:37)
	at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:36)
[19 lines truncated]

Device info

APP.VERSION : 1.34.0-fdroid
APP.VERSIONCODE : 2024120500
APP.SIGNATURE : dRIzg4UiJzwGibzTylZTobfZl/E=
LAUNCHER.APP : de.mm20.launcher2.release
TIMEZONE : Asia/Kolkata
VERSION.RELEASE : 14
VERSION.INCREMENTAL : 1b02e-87c13
VERSION.SDK.NUMBER : 34
BOARD : eqs
BOOTLOADER : MBM-3.0-eqs-c66ed235df0-240923-U1SQS34.52-21-1-13-1b02e
BRAND : motorola
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : U1SQS34.52-21-1-13
FINGERPRINT : motorola/eqs_g/eqs:14/U1SQS34.52-21-1-13/1b02e-87c13:user/release-keys
HARDWARE : qcom
HOST : ilclbld202
ID : U1SQS34.52-21-1-13
MANUFACTURER : motorola
MODEL : motorola edge 30 ultra
PRODUCT : eqs_g
TAGS : release-keys
TIME : 1727109484000
TYPE : user

@MM2-0
Copy link
Owner

MM2-0 commented Dec 23, 2024

Duplicate of #1181

@MM2-0 MM2-0 marked this as a duplicate of #1181 Dec 23, 2024
@MM2-0 MM2-0 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2024
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

No branches or pull requests

2 participants