-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
App version:
v1.0.1
2025-04-27
Here's the stack trace:
android.content.res.Resources$NotFoundException: Resource ID #0xffffffff
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:261)
at android.content.res.Resources.getValue(Resources.java:1513)
at Kk.c(SourceFile:19)
at Kk.g(SourceFile:45)
at Kk.f(SourceFile:3)
at fe.y(SourceFile:5)
at Mi.f(SourceFile:57)
at de.cyb3rko.pincredible.views.PinTableView.d(SourceFile:17)
at de.cyb3rko.pincredible.fragments.PinViewerFragment$loadDataIntoTable$2.b(SourceFile:57)
at de.cyb3rko.pincredible.fragments.PinViewerFragment$loadDataIntoTable$2.g(SourceFile:13)
at Id.M(SourceFile:4)
at V7.o0(SourceFile:143)
at de.cyb3rko.pincredible.fragments.PinViewerFragment.U(SourceFile:122)
at de.cyb3rko.pincredible.fragments.PinViewerFragment$onViewCreated$1.b(SourceFile:29)
at j7.c(SourceFile:9)
at fe.V(SourceFile:132)
at V7.e0(SourceFile:13)
at h.K(SourceFile:78)
at V7.w(SourceFile:36)
at de.cyb3rko.pincredible.fragments.PinViewerFragment.J(SourceFile:103)
at androidx.fragment.app.a.f(SourceFile:302)
at androidx.fragment.app.a.k(SourceFile:178)
at nc.z(SourceFile:214)
at nc.U(SourceFile:92)
at nc.y(SourceFile:78)
at H3.run(SourceFile:189)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: J8: [rm{Cancelling}@687d6fe, Dispatchers.Main.immediate]
Title explains it all, but essentially it's that. Testing the backup feature, I exported the pins, imported them back, without the color blindness feature all entries can be seen, with the color blindness feature some of the entries fail with the stack trace from above. Notice that all entries could be seen when the backup was made with the color blindness feature.
Thanks!