mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Update Riot/Modules/Room/VoiceMessages/VoiceMessageMediaServiceProvider.swift
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
This commit is contained in:
committed by
Stefan Ceriu
parent
a2acdd6f21
commit
ac233a3e5b
@@ -20,7 +20,7 @@ import MediaPlayer
|
||||
@objc public class VoiceMessageMediaServiceProvider: NSObject, VoiceMessageAudioPlayerDelegate, VoiceMessageAudioRecorderDelegate {
|
||||
|
||||
private enum Constants {
|
||||
static let roomAvatarImageSize: CGSize = CGSize(width: 100, height: 100)
|
||||
static let roomAvatarImageSize: CGSize = CGSize(width: 600, height: 600)
|
||||
static let roomAvatarFontSize: CGFloat = 40.0
|
||||
static let roomAvatarMimetype: String = "image/jpeg"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user