mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
Change alternative output file ending
This commit is contained in:
parent
a84fdc6caa
commit
b3524f1d40
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue