ivan
ivan
> I cannot reproduce this on any of my projects. I also tested it on [`symfony-demo`](https://github.com/symfony/demo) and it works fine. > > Can you provide a reproducer @ivanbogomoloff ? No,...
i don't encountered this issue in version ^2.7 , so i decided to close issue
I got same erorr, but it fixed after upgrate my iphone to last iOS. Error still here, but push notifications are work
have same issue, confirm that is bug. I guess, the reason is `new mode, old mode` in `git diff` when gogs parse this. Possible related https://github.com/gogs/gogs/issues/6569
Workaround is `RawGestureDetector` with hardcoded swipe zone. ```dart child: RawGestureDetector( gestures: { AllowMultipleGestureRecognizer: GestureRecognizerFactoryWithHandlers< AllowMultipleGestureRecognizer>( () => AllowMultipleGestureRecognizer(), //constructor (AllowMultipleGestureRecognizer instance) { instance.onCancel = () { setState(() { _tabPhysics =...