MM2-0 / Kvaesitso

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

Crash opening hiden apps #809

Closed inv1sibleYT closed 1 month ago

inv1sibleYT commented 1 month 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 read from field 'androidx.compose.ui.node.LayoutNodeLayoutDelegate androidx.compose.ui.node.LayoutNode.layoutDelegate' on a null object reference in method 'void androidx.compose.ui.node.LayoutNode.onChildRemoved(androidx.compose.ui.node.LayoutNode)'
    at androidx.compose.ui.node.LayoutNode.onChildRemoved(LayoutNode.kt:1)
    at androidx.compose.ui.node.LayoutNode.removeAt$ui_release(LayoutNode.kt:18)
    at androidx.compose.ui.node.UiApplier.remove(UiApplier.android.kt:5)
    at androidx.compose.runtime.changelist.Operation$RemoveNode.execute(Operation.kt:11)
    at androidx.compose.runtime.changelist.Operations.executeAndFlushAllPendingOperations(Operations.kt:23)
    at androidx.compose.runtime.changelist.ChangeList.executeAndFlushAllPendingChanges(ChangeList.kt:3)
    at androidx.compose.runtime.CompositionImpl.applyChangesInLocked(Composition.kt:51)
    at androidx.compose.runtime.CompositionImpl.applyChanges(Composition.kt:6)
    at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$1.invoke(Recomposer.kt:217)
    at androidx.compose.ui.platform.AndroidUiFrameClock$withFrameNanos$2$callback$1.doFrame(AndroidUiFrameClock.android.kt:7)
    at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.doFrame(AndroidUiDispatcher.android.kt:48)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1232)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1242)
    at android.view.Choreographer.doCallbacks(Choreographer.java:902)
[12 lines truncated]
MM2-0 commented 1 month ago

Fixed in 1.30.2