Create separate CurrencyPickerView and tighten up ContentView

This commit is contained in:
2024-11-11 00:42:50 +01:00
parent 9321f920b4
commit 303cad1076
5 changed files with 166 additions and 110 deletions

View File

@@ -19,7 +19,7 @@ public struct RootView : View {
}
public var body: some View {
ContentView(.coinbase)
ContentView()
.task {
logger.log("Welcome to Skip on \(androidSDK != nil ? "Android" : "Darwin")!")
logger.warning("Skip app logs are viewable in the Xcode console for iOS; Android logs can be viewed in Studio or using adb logcat")