MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.51k stars 86 forks source link

It keeps crashing #946

Closed Shinigami-pixel closed 4 months ago

Shinigami-pixel commented 4 months ago

Description

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

Strack trace

java.lang.IllegalArgumentException: android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{de.mm20.launcher2.release/de.mm20.launcher2.ui.launcher.SharedLauncherActivity}
    at androidx.core.app.TaskStackBuilder.addParentStack(TaskStackBuilder.java:39)
    at androidx.navigation.NavDeepLinkBuilder.createTaskStackBuilder(NavDeepLinkBuilder.kt:160)
    at androidx.navigation.NavController.navigateUp(NavController.kt:368)
    at de.mm20.launcher2.ui.launcher.searchbar.SearchBarMenuKt$SearchBarMenu$4$$ExternalSyntheticLambda0.invoke(R8$$SyntheticClass:42)
    at androidx.compose.foundation.ClickableNode$clickPointerInput$3.invoke(Clickable.kt:13)
    at androidx.compose.foundation.gestures.TapGestureDetectorKt$detectTapAndPress$2$1.invokeSuspend(TapGestureDetector.kt:134)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
    at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:81)
    at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:100)
    at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:33)
    at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:17)
    at androidx.compose.ui.input.pointer.SuspendingPointerInputModifierNodeImpl.dispatchPointerEvent(SuspendingPointerInputFilter.kt:51)
    at androidx.compose.ui.input.pointer.SuspendingPointerInputModifierNodeImpl.onPointerEvent-H0pRuoY(SuspendingPointerInputFilter.kt:32)
    at androidx.compose.foundation.AbstractClickableNode.onPointerEvent-H0pRuoY(Clickable.kt:104)
[59 lines truncated]

Device info

APP.VERSION : 1.31.2
APP.VERSIONCODE : 2024070300
APP.SIGNATURE : dRIzg4UiJzwGibzTylZTobfZl/E=
LAUNCHER.APP : android
TIMEZONE : Africa/Lagos
VERSION.RELEASE : 11
VERSION.INCREMENTAL : OP-V127-20230810
VERSION.SDK.NUMBER : 30
BOARD : X6511B
BOOTLOADER : unknown
BRAND : Infinix
CPU_ABI : armeabi-v7a
CPU_ABI2 : armeabi
DISPLAY : X6511B-F6318-11.0-OP-V127-20230810
FINGERPRINT : Infinix/F6318/Infinix-X6511B:11/RP1A.201005.001/OP-V127-20230810:user/release-keys
HARDWARE : X6511B
HOST : buildsrv-cq12
ID : RP1A.201005.001
MANUFACTURER : INFINIX MOBILITY LIMITED
MODEL : Infinix X6511B
PRODUCT : F6318
TAGS : release-keys
TIME : 1691664777000
TYPE : user

MM2-0 commented 4 months ago

Duplicate of #937