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

asking everytime to select launcher after unlocking #974

Closed tapas-2000 closed 3 months ago

tapas-2000 commented 3 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.NullPointerException: Attempt to invoke virtual method 'java.lang.Object kotlinx.coroutines.sync.MutexImpl.lock(java.lang.Object, kotlin.coroutines.Continuation)' on a null object reference
    at de.mm20.launcher2.profiles.ProfileManager.access$refreshProfiles(ProfileManager.kt:69)
    at de.mm20.launcher2.profiles.ProfileManager$2.invokeSuspend(ProfileManager.kt:64)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:111)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:98)
    Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@5624707, Dispatchers.Default]

Device info

APP.VERSION : 1.32.0
APP.VERSIONCODE : 2024071900
APP.SIGNATURE : rx1fSnL7r5/OMoFC0e1KPqTndXQ=
LAUNCHER.APP : de.mm20.launcher2.release
TIMEZONE : Asia/Kolkata
VERSION.RELEASE : 14
VERSION.INCREMENTAL : A528BXXS9GXF8
VERSION.SDK.NUMBER : 34
BOARD : lahaina
BOOTLOADER : A528BXXS9GXF8
BRAND : samsung
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : UP1A.231005.007.A528BXXS9GXF8
FINGERPRINT : samsung/a52sxqxx/a52sxq:14/UP1A.231005.007/A528BXXS9GXF8:user/release-keys
HARDWARE : qcom
HOST : 21DKGA12
ID : UP1A.231005.007
MANUFACTURER : samsung
MODEL : SM-A528B
PRODUCT : a52sxqxx
TAGS : release-keys
TIME : 1719197981000
TYPE : user

MM2-0 commented 3 months ago

Duplicate of #967