mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-16 17:55:13 +00:00
Add sent toot sound effect
This commit is contained in:
parent
147ba5a179
commit
963cef02a1
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ public struct StatusEditorView: View {
|
|||
let status = await viewModel.postStatus()
|
||||
if status != nil {
|
||||
dismiss()
|
||||
SoundEffectManager.shared.playSound(of: .tootSent)
|
||||
NotificationCenter.default.post(name: NotificationsName.shareSheetClose,
|
||||
object: nil)
|
||||
if !viewModel.mode.isInShareExtension, !preferences.requestedReview, !ProcessInfo.processInfo.isiOSAppOnMac {
|
||||
|
|
Loading…
Reference in a new issue