diff --git a/lib/pages/chat/recording_dialog.dart b/lib/pages/chat/recording_dialog.dart index c27b6a1ec..626470a12 100644 --- a/lib/pages/chat/recording_dialog.dart +++ b/lib/pages/chat/recording_dialog.dart @@ -218,7 +218,10 @@ class RecordingDialogState extends State { ), ), ), - if (error != true) + // #Pangea + // if (error != true) + if (error == null) + // Pangea# CupertinoDialogAction( onPressed: _stopAndSend, child: Text(L10n.of(context).send), @@ -238,7 +241,10 @@ class RecordingDialogState extends State { ), ), ), - if (error != true) + // #Pangea + // if (error != true) + if (error == null) + // Pangea# TextButton( onPressed: _stopAndSend, child: Text(L10n.of(context).send),