chore: Follow up fix popupmenu crash

pull/1859/head
Christian Kußowski 2 months ago
parent dbba21f552
commit 8725de504f
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -162,7 +162,6 @@ class ClientChooserButton extends StatelessWidget {
borderRadius: BorderRadius.circular(99),
color: Colors.transparent,
child: PopupMenuButton<Object>(
useRootNavigator: true,
popUpAnimationStyle: FluffyThemes.isColumnMode(context)
? AnimationStyle.noAnimation
: null, // https://github.com/flutter/flutter/issues/167180

Loading…
Cancel
Save