Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-04-13 16:24:48 -04:00
parent bf9ae552a3
commit 5c20a85974
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class AttachmentApprovalViewController: UIViewController {
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillDisappear(animated)
super.viewWillAppear(animated)
ViewControllerUtils.setAudioIgnoresHardwareMuteSwitch(true)
}