mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -71,7 +71,7 @@ class VoiceMessagePlaybackController: VoiceMessageAudioPlayerDelegate, VoiceMess
|
||||
updateTheme()
|
||||
updateUI()
|
||||
|
||||
if BwiBuildSettings.bwiResignPlayingVoiceMessageInBackground {
|
||||
if BWIBuildSettings.shared.bwiResignPlayingVoiceMessageInBackground {
|
||||
NotificationCenter.default.addObserver(self, selector: #selector(appMovedToBackground), name: UIApplication.willResignActiveNotification, object: nil)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user