grizzly

Results 2 issues of grizzly

On iOS 13, apps freezes when trying to open or close the left menu by pan gesture. Having 100% load on the cpu. When overwriting the gesture handler, using only...

I have to update the identity in my code, so I am using $_identity = $this->Authentication->getIdentity(); $data = $_identity->getOriginalData(); if ($data instanceof User) { $data->x = [1]; } $this->Authentication->setIdentity($_identity); I...

bug