mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-07 09:40:09 +08:00
18 lines
686 B
Diff
18 lines
686 B
Diff
diff --git a/packages/flutter/lib/src/material/floating_action_button.dart b/packages/flutter/lib/src/material/floating_action_button.dart
|
|
index 4b78e44dab9..80ca9c9bfc2 100644
|
|
--- a/packages/flutter/lib/src/material/floating_action_button.dart
|
|
+++ b/packages/flutter/lib/src/material/floating_action_button.dart
|
|
@@ -603,9 +603,9 @@ class FloatingActionButton extends StatelessWidget {
|
|
result = Tooltip(message: tooltip, child: result);
|
|
}
|
|
|
|
- if (heroTag != null) {
|
|
- result = Hero(tag: heroTag!, child: result);
|
|
- }
|
|
+ // if (heroTag != null) {
|
|
+ // result = Hero(tag: heroTag!, child: result);
|
|
+ // }
|
|
|
|
return MergeSemantics(child: result);
|
|
}
|