fluffychat merge

This commit is contained in:
ggurdin 2025-07-08 09:55:33 -04:00
commit 06d756681a
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -844,41 +844,28 @@ class Message extends StatelessWidget {
// .customReaction,
// onPressed: () async {
// final emoji =
// await showDialog<
// await showAdaptiveBottomSheet<
// String>(
// context: context,
// builder: (context) =>
// AlertDialog(
// title: Row(
// mainAxisSize:
// MainAxisSize.min,
// spacing: 4,
// children: [
// CloseButton(
// onPressed: () =>
// Navigator.of(
// context,
// ).pop(
// null,
// ),
// Scaffold(
// appBar: AppBar(
// title: Text(
// L10n.of(context)
// .customReaction,
// ),
// leading: CloseButton(
// onPressed: () =>
// Navigator.of(
// context,
// ).pop(
// null,
// ),
// Text(
// L10n.of(context)
// .customReaction,
// ),
// ],
// ),
// ),
// titlePadding:
// const EdgeInsets
// .all(8),
// contentPadding:
// const EdgeInsets
// .all(0),
// clipBehavior:
// Clip.hardEdge,
// content: SizedBox(
// width: 350,
// height: 350,
// body: SizedBox(
// height:
// double.infinity,
// child: EmojiPicker(
// onEmojiSelected: (
// _,