commit 045242d74ba751f5acf062c38f6b23172b1554b5
parent 8c2b7c051a8047fb641e69dcc804a11fa3d7569b
Author: Marc Stibane <marc@taler.net>
Date: Thu, 31 Aug 2023 20:48:35 +0200
Comment
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/TalerWallet1/Helper/Controller+playSound.swift b/TalerWallet1/Helper/Controller+playSound.swift
@@ -7,6 +7,7 @@ import AVFoundation
extension Controller {
+ /// 0 = failure, 1 = received, 2 = sent
func playSound(_ number: Int) {
var soundID: SystemSoundID = 0
if number > 9 {