mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Fix tests and try fix build error
This commit is contained in:
@@ -24,6 +24,7 @@ import SwiftUI
|
||||
struct ActivityIndicatorModifier: ViewModifier {
|
||||
var show: Bool
|
||||
|
||||
@ViewBuilder
|
||||
func body(content: Content) -> some View {
|
||||
if show {
|
||||
content
|
||||
|
||||
Reference in New Issue
Block a user