Merge commit '8725de504fd4d2b908f0cc0ecdf95d347700e4ad' into fluffychat-merge

This commit is contained in:
ggurdin 2025-06-10 09:56:36 -04:00
commit 0bca2d26b7
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

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