Skip to content

Commit 885156e

Browse files
author
davidwei
committed
fix left buttons do not response issue
1 parent 2d22c30 commit 885156e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/screens/components/privacy_save_fab.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class PrivacySaveFab extends StatelessWidget {
2525
return Material(
2626
color: Colors.transparent,
2727
child: Row(
28+
mainAxisSize: MainAxisSize.min,
2829
mainAxisAlignment: MainAxisAlignment.end,
2930
crossAxisAlignment: CrossAxisAlignment.center,
3031
children: [

0 commit comments

Comments
 (0)