You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered By: BanDev Unexpected Crash Handler Device: Xiaomi lineage_spes (2201117TG) Android version: 13 (33) Release: v2.2.0 Date: 11/5/2023 02:06:25 Stacktrace:java.lang.IllegalArgumentException: org.bandev.buddhaquotes: Targeting S (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.at android.app.PendingIntent.checkFlags(PendingIntent.java:401)at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:671)at android.app.PendingIntent.getBroadcast(PendingIntent.java:658)at m6.e.e(SourceFile:191)at m6.d.h(SourceFile:91)at a5.a.b(SourceFile:1)at n5.a0.run(SourceFile:1)at kotlinx.coroutines.internal.e.run(Unknown Source:11)at kotlinx.coroutines.scheduling.i.run(Unknown Source:2)at kotlinx.coroutines.scheduling.a.run(SourceFile:77)Suppressed: e2.a: [f1{Cancelling}@b7770a2, Dispatchers.IO]
The text was updated successfully, but these errors were encountered:
Hey, thanks for the issue. I rewrote the app entirely a couple years back but then worked on other projects. I've revisited this recently and made a release for the code we already had because we never released it back then. I'm just merging the rewrite into the main codebase, which shouldn't have this issue.
The issue persists on a OnePlus 11 running OxygenOS 13.1 (Android 13).
To recreate add a widget to the home screen, choose whichever widget config and save it. You will be presented with the exception and the widget would be added. However, the widget won't follow the selected configuration and won't update with new quotes. Pressing the widget would still open the app, though, so it effectively functions as a shortcut.
Discovered By: BanDev Unexpected Crash Handler
Device: Xiaomi lineage_spes (2201117TG)
Android version: 13 (33)
Release: v2.2.0
Date: 11/5/2023 02:06:25
Stacktrace:
java.lang.IllegalArgumentException: org.bandev.buddhaquotes: Targeting S (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.at android.app.PendingIntent.checkFlags(PendingIntent.java:401)at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:671)at android.app.PendingIntent.getBroadcast(PendingIntent.java:658)at m6.e.e(SourceFile:191)at m6.d.h(SourceFile:91)at a5.a.b(SourceFile:1)at n5.a0.run(SourceFile:1)at kotlinx.coroutines.internal.e.run(Unknown Source:11)at kotlinx.coroutines.scheduling.i.run(Unknown Source:2)at kotlinx.coroutines.scheduling.a.run(SourceFile:77)Suppressed: e2.a: [f1{Cancelling}@b7770a2, Dispatchers.IO]
The text was updated successfully, but these errors were encountered: