mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 04:05:20 +00:00
Fix compile error: attach .padding(.top) inside #if DEBUG so modifier applies to view expression
This commit is contained in:
@@ -199,9 +199,8 @@ struct AppInfoView: View {
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
// Debug section (visible only in Debug builds)
|
// Debug section (visible only in Debug builds)
|
||||||
DebugLogsSection(textColor: textColor, secondaryTextColor: secondaryTextColor)
|
DebugLogsSection(textColor: textColor, secondaryTextColor: secondaryTextColor)
|
||||||
|
.padding(.top)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
.padding(.top)
|
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user