flauschtrud
flauschtrud
I'm observing something similar when changing an array via: ``` this.push('array', item); ``` When observing `array.splices` I get a change record with correct `base` and `path` properties, but `keySplices` and...
Are there any updates on this issue? I would like to add that the missing content description also generates a warning in Google's pre-launch report that I'm not able to...
> Hey! Did you manage to find a solution? I didn't try again recently and just used fastlane for the metadata stuff so far.
@DavidJH2 did you find a solution? I'm currently also trying out this sample and have the same problem... (Edit: I also checked out the solution by @sf99 from https://github.com/giorgosneokleous93/fullscreenintentexample/issues/5 regarding...
Apparently I messed up yesterday when trying out the unique notification ids, so your solution seems to work for me after all, @sf99! (at least on a Pixel 2 emulator,...