Change alternative output file ending

This commit is contained in:
12aw 2024-01-29 15:18:09 +01:00
parent a84fdc6caa
commit b3524f1d40

View file

@ -3281,7 +3281,7 @@ public class ConversationFragment extends XmppFragment
if (activity.xmppConnectionService.getBooleanPreference("alternative_voice_settings", R.bool.alternative_voice_settings)) {
return new File(getConversationsDirectory(context, SENT_AUDIOS)
+ dateFormat.format(new Date())
+ ".webm");
+ ".opus");
} else {
return new File(getConversationsDirectory(context, SENT_AUDIOS)
+ dateFormat.format(new Date())