mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Remove useless imports
This commit is contained in:
+1
-2
@@ -14,7 +14,6 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import Combine
|
||||
import Foundation
|
||||
|
||||
protocol VoiceBroadcastRecorderServiceDelegate: AnyObject {
|
||||
@@ -174,7 +173,7 @@ class VoiceBroadcastRecorderService: VoiceBroadcastRecorderServiceProtocol {
|
||||
chunkFrames = 0
|
||||
} else {
|
||||
stopRecordingVoiceBroadcast()
|
||||
// FIXME: Manage error and stop recording ?
|
||||
// FIXME: Manage error ?
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -14,7 +14,6 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import Combine
|
||||
import Foundation
|
||||
|
||||
protocol VoiceBroadcastRecorderServiceProtocol {
|
||||
|
||||
Reference in New Issue
Block a user