posidon-launcher icon indicating copy to clipboard operation
posidon-launcher copied to clipboard

some media applications cause crashes

Open ReduxGB opened this issue 4 years ago • 0 comments

Experienced this with multiple media playing applications (VLC, NewPipe, Radioplayer (play store app))

Crash report:

kotlin.UninitializedPropertyAccessException: lateinit property instance has not been initialized

Device.api: 26
Device.brand: samsung
Device.model: SM-A520F
Version.code: 66
Version.name: 1.18

at: posidon.launcher.feed.notifications.NotificationService$Companion.getInstance(NotificationService.kt:195)
at: posidon.launcher.view.feed.MusicCard.updateTrack(MusicCard.kt:156)
at: posidon.launcher.feed.notifications.NotificationService$Companion$handleMusicNotification$1.run(NotificationService.kt:232)
at: android.os.Handler.handleCallback(Handler.java:789)
at: android.os.Handler.dispatchMessage(Handler.java:98)
at: android.os.Looper.loop(Looper.java:164)
at: android.app.ActivityThread.main(ActivityThread.java:6944)
at: java.lang.reflect.Method.invoke(Native Method)
at: com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at: com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)

ReduxGB avatar Nov 29 '20 20:11 ReduxGB