chore: Follow up fix popupmenu crash

This commit is contained in:
Christian Kußowski 2025-06-01 10:51:08 +02:00
parent dbba21f552
commit 8725de504f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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