chore: Follow up fix popupmenu crash
This commit is contained in:
parent
dbba21f552
commit
8725de504f
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ class ClientChooserButton extends StatelessWidget {
|
||||||
borderRadius: BorderRadius.circular(99),
|
borderRadius: BorderRadius.circular(99),
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
child: PopupMenuButton<Object>(
|
child: PopupMenuButton<Object>(
|
||||||
useRootNavigator: true,
|
|
||||||
popUpAnimationStyle: FluffyThemes.isColumnMode(context)
|
popUpAnimationStyle: FluffyThemes.isColumnMode(context)
|
||||||
? AnimationStyle.noAnimation
|
? AnimationStyle.noAnimation
|
||||||
: null, // https://github.com/flutter/flutter/issues/167180
|
: null, // https://github.com/flutter/flutter/issues/167180
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue