fixing two oops
This commit is contained in:
parent
326d2b5fbd
commit
daaa83b00d
2 changed files with 8 additions and 11 deletions
|
|
@ -3945,9 +3945,6 @@
|
|||
"accuracy": "Accuracy",
|
||||
"points": "Points",
|
||||
"noPaymentInfo": "No payment info necessary!",
|
||||
<<<<<<< Updated upstream
|
||||
"updatePhoneOS": "You may need to update your device's OS version."
|
||||
=======
|
||||
"updatePhoneOS": "You may need to update your device's OS version.",
|
||||
"wordsPerMinute": "Words per minute"
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
|
|
@ -296,14 +296,14 @@ class PangeaMessageEvent {
|
|||
return null;
|
||||
}
|
||||
|
||||
// final SpeechToTextModel? speechToTextLocal = representations
|
||||
// .firstWhereOrNull(
|
||||
// (element) => element.content.speechToText != null,
|
||||
// )
|
||||
// ?.content
|
||||
// .speechToText;
|
||||
final SpeechToTextModel? speechToTextLocal = representations
|
||||
.firstWhereOrNull(
|
||||
(element) => element.content.speechToText != null,
|
||||
)
|
||||
?.content
|
||||
.speechToText;
|
||||
|
||||
// if (speechToTextLocal != null) return speechToTextLocal;
|
||||
if (speechToTextLocal != null) return speechToTextLocal;
|
||||
|
||||
final matrixFile = await _event.downloadAndDecryptAttachment();
|
||||
// Pangea#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue