marinofaggiana 4 år sedan
förälder
incheckning
f22c61e8c4

+ 0 - 0
iOSClient/Images.xcassets/audioStop.imageset/Contents.json → iOSClient/Images.xcassets/stop.imageset/Contents.json


+ 0 - 0
iOSClient/Images.xcassets/audioStop.imageset/stop.pdf → iOSClient/Images.xcassets/stop.imageset/stop.pdf


+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadVoiceNote.swift

@@ -333,7 +333,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
             
             
             timer = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(updateTimer), userInfo: nil, repeats: true)
             timer = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(updateTimer), userInfo: nil, repeats: true)
             
             
-            buttonPlayStop.setImage(CCGraphics.changeThemingColorImage(UIImage(named: "audioStop")!, width: 200, height: 200, color: NCBrandColor.sharedInstance.icon), for: .normal)
+            buttonPlayStop.setImage(CCGraphics.changeThemingColorImage(UIImage(named: "stop")!, width: 200, height: 200, color: NCBrandColor.sharedInstance.icon), for: .normal)
         }
         }
     }
     }