Sławomir Przybylski

Results 6 comments of Sławomir Przybylski

I fixed this by changing every occurrence of `PendingIntent.FLAG_UPDATE_CURRENT` inside `NotificationBuilder.java` and `NotificationScheduler.java` to `PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT`

> > > fixed mine, by adding to info.plist: > > ``` > CFBundleAllowMixedLocalizations > true > CFBundleLocalizations > > en > es > > ``` This does not work...