[BUG] app keeps stopping
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- download from f - droid
- open the app
- toggle on
- turn on accessibility
- the app crashes
Screenshots

Device information:
- Device: Samsung galaxy s20FE
- Android Version: 13
- App Version : 1.3.0
error log - Generated by AppErrorsTracking Url: https://github.com/KitsunePie/AppErrorsTracking
[Stack Trace]:
java.lang.IllegalArgumentException: android.jonas.fakestandby: 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:408)
at android.app.PendingIntent.buildServicePendingIntent(PendingIntent.java:767)
at android.app.PendingIntent.getService(PendingIntent.java:729)
at a.a.
https://github.com/JonasBernard/FakeStandby/issues/55 I think this may be the same sort of crash that I've been having? Have you ever had FakeStandby working on Android 12 or 13 @rajarshikhatua100 ?
Use version 1.33 and hide update.
This should be fixed in version 1.3.5., is it?