Renzo Olivares
83f19be250
Fix bottom sheet rebuilding when tapping ( #127526 )
...
This fixes an issue where the bottom sheet would rebuild when `enableDrag` is set to true on every tap. This is because `DragGestureRecognizer` would win the arena by default and dispatch the `drag` callbacks (in `acceptGesture`) even though it had not met the drag threshold. This changes keep the default behavior of `DragGestureRecognizer` the same, but adds a parameter `onlyAcceptDragOnThreshold` that a user can use to stop drag callbacks from being fired when the drag threshold has not been met.
Fixes #126833
2023-05-31 20:21:55 +00:00
..
2023-05-30 06:15:28 +00:00
2023-05-04 12:09:41 -07:00
2023-05-16 21:38:23 +00:00
2023-05-04 12:09:41 -07:00
2022-12-20 16:03:21 -08:00
2023-05-30 06:15:28 +00:00
2023-04-13 18:54:08 +00:00
2022-08-22 17:27:32 +00:00
2023-05-15 11:07:30 +02:00
2022-04-27 09:14:57 -07:00
2023-05-15 11:07:30 +02:00
2023-05-26 00:09:51 +00:00
2023-02-15 17:41:41 -08:00
2023-04-03 16:38:14 +00:00
2023-05-30 06:15:28 +00:00
2023-04-11 11:21:13 -07:00
2023-04-11 11:21:13 -07:00
2023-01-20 22:09:06 +00:00
2023-02-15 17:41:41 -08:00
2023-05-31 20:21:55 +00:00
2023-03-18 20:13:08 -07:00
2023-01-31 11:13:59 -08:00
2023-02-15 17:41:41 -08:00
2023-02-15 17:41:41 -08:00
2022-04-11 16:22:47 -05:00
2023-02-28 23:55:58 +00:00
2023-02-02 19:33:57 +00:00
2023-05-30 06:15:28 +00:00
2023-04-14 22:40:10 +00:00
2023-05-25 07:24:45 +00:00
2023-04-28 12:05:31 -07:00
2023-04-17 13:41:55 -07:00
2023-02-15 17:41:41 -08:00
2023-04-20 11:43:49 -07:00
2023-05-30 06:15:28 +00:00
2023-05-19 00:26:53 +00:00
2022-05-25 13:17:06 +02:00
2023-03-31 09:42:16 -07:00
2023-05-16 21:44:24 +00:00
2023-05-30 06:15:28 +00:00
2023-05-26 13:08:45 -07:00
2023-05-30 06:15:28 +00:00
2023-03-13 21:50:24 +00:00
2023-04-19 00:09:34 +00:00
2022-10-28 12:40:09 -07:00
2023-05-15 11:07:30 +02:00
2023-02-15 17:41:41 -08:00
2023-02-02 19:33:57 +00:00
2023-05-30 06:15:28 +00:00
2023-03-22 21:12:22 +00:00
2023-05-30 06:15:28 +00:00
2023-02-15 17:41:41 -08:00
2023-02-01 22:44:00 +00:00
2023-04-20 11:39:25 +00:00
2023-02-15 17:41:41 -08:00
2023-03-29 19:58:58 +00:00
2023-05-11 00:03:09 +00:00
2023-02-15 17:41:41 -08:00
2022-03-17 15:58:24 -07:00
2021-10-08 09:25:14 -07:00
2023-05-06 20:00:22 +00:00
2023-05-30 06:15:28 +00:00
2023-02-15 17:41:41 -08:00
2023-02-13 23:55:58 +00:00
2023-02-13 23:55:58 +00:00
2023-05-11 00:03:09 +00:00
2023-02-15 17:41:41 -08:00
2023-02-01 22:44:00 +00:00
2022-06-22 12:13:26 -07:00
2022-12-20 16:03:21 -08:00
2023-05-26 00:09:51 +00:00
2023-03-22 21:12:22 +00:00
2023-05-30 06:15:28 +00:00
2023-02-15 17:41:41 -08:00
2023-05-08 09:11:23 +00:00
2021-10-11 21:23:02 -07:00
2023-05-11 00:03:09 +00:00
2023-02-15 17:41:41 -08:00
2023-01-31 11:13:59 -08:00
2022-04-06 11:26:25 -05:00
2023-03-25 21:00:23 +00:00
2022-12-20 16:03:21 -08:00
2022-10-31 23:09:09 +00:00
2023-04-21 13:43:37 +00:00
2023-02-09 16:51:26 +00:00
2023-04-18 09:33:30 +00:00
2023-05-26 00:09:51 +00:00
2023-05-30 06:15:28 +00:00
2023-03-06 18:34:08 +00:00
2023-05-12 16:56:13 +00:00
2023-02-23 19:43:21 +00:00
2022-05-19 17:48:10 -07:00
2022-12-20 14:09:55 -08:00
2022-08-17 20:43:10 +00:00
2022-06-10 08:12:49 -07:00
2022-12-20 16:03:21 -08:00
2023-05-26 13:23:45 -07:00
2023-02-15 17:41:41 -08:00
2023-02-15 17:41:41 -08:00
2023-02-15 17:41:41 -08:00
2023-02-15 17:41:41 -08:00
2021-09-10 10:22:02 -07:00
2023-05-30 06:15:28 +00:00
2023-02-15 17:41:41 -08:00
2023-05-15 11:07:30 +02:00
2023-02-15 17:41:41 -08:00
2023-05-30 08:38:05 -07:00
2023-02-10 17:32:43 +00:00
2023-05-26 00:09:51 +00:00
2023-02-15 17:41:41 -08:00
2022-05-25 13:17:06 +02:00
2023-03-15 00:08:18 +00:00
2023-03-22 21:12:22 +00:00
2023-04-06 23:34:12 +00:00
2023-05-22 16:14:35 -07:00
2023-05-02 17:02:55 +00:00
2023-05-30 06:15:28 +00:00
2023-05-10 14:57:55 -07:00
2023-02-15 17:41:41 -08:00
2023-04-04 20:33:02 +00:00
2023-05-25 07:24:45 +00:00
2023-02-15 17:41:41 -08:00
2023-02-01 22:44:00 +00:00
2023-02-02 19:33:57 +00:00
2023-02-24 10:51:37 -08:00
2023-05-30 17:28:19 +00:00
2023-05-19 21:27:24 +00:00
2021-10-04 08:13:04 -07:00
2023-03-15 00:08:18 +00:00
2023-02-15 17:41:41 -08:00
2023-05-25 12:28:26 -07:00
2023-03-16 15:04:19 -07:00
2023-04-07 19:38:52 +00:00
2023-03-27 23:31:11 -07:00
2023-05-11 00:03:09 +00:00
2023-02-15 17:41:41 -08:00
2023-04-17 23:19:11 +00:00
2023-05-30 06:15:28 +00:00
2023-05-30 06:15:28 +00:00
2023-05-26 22:33:58 +00:00
2023-03-27 15:25:56 -07:00
2022-12-20 19:56:12 +00:00
2023-04-24 10:26:47 -07:00
2023-05-15 11:07:30 +02:00
2023-02-09 18:32:49 +00:00
2023-05-25 07:24:45 +00:00
2023-05-05 13:34:08 -07:00
2023-05-30 06:15:28 +00:00
2022-04-13 22:38:40 -07:00
2023-05-30 06:15:28 +00:00
2023-05-26 00:09:51 +00:00
2023-02-15 17:41:41 -08:00
2022-07-29 16:00:07 +00:00
2022-04-13 22:38:40 -07:00
2022-04-13 22:38:40 -07:00
2023-05-15 11:07:30 +02:00
2022-04-13 22:38:40 -07:00
2023-05-24 23:06:52 +00:00
2023-03-15 00:08:18 +00:00
2023-02-15 17:41:41 -08:00
2023-04-21 22:38:06 +00:00
2023-02-15 17:41:41 -08:00
2023-05-26 22:33:58 +00:00
2022-05-25 09:38:09 -07:00
2023-02-07 05:40:18 +00:00
2023-05-26 00:09:51 +00:00
2023-02-15 17:41:41 -08:00
2022-04-13 22:38:40 -07:00
2023-05-11 00:03:09 +00:00
2023-02-15 17:41:41 -08:00
2023-05-26 00:29:27 +00:00
2023-02-15 17:41:41 -08:00
2023-01-20 22:09:06 +00:00
2023-02-23 19:43:21 +00:00
2022-04-06 23:51:08 -07:00
2023-05-30 06:15:28 +00:00
2022-04-27 09:14:57 -07:00