mirror of
https://github.com/venera-app/venera.git
synced 2025-12-15 14:41:15 +00:00
flutter 3.38.3
This commit is contained in:
@@ -263,8 +263,9 @@ class _IOSBackGestureDetectorState extends State<IOSBackGestureDetector> {
|
||||
|
||||
bool _isPointerInHorizontalScrollable(Offset globalPosition) {
|
||||
final HitTestResult result = HitTestResult();
|
||||
WidgetsBinding.instance.hitTest(result, globalPosition);
|
||||
|
||||
final binding = WidgetsBinding.instance;
|
||||
binding.hitTestInView(result, globalPosition, binding.platformDispatcher.implicitView!.viewId);
|
||||
|
||||
for (final entry in result.path) {
|
||||
final target = entry.target;
|
||||
if (target is RenderViewport) {
|
||||
|
||||
Reference in New Issue
Block a user