Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Velkonost committed Jan 13, 2024
1 parent 499c19c commit 945374c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ fun CalendarsScreen(
onAreaClick = {
scope.launch {
selectedAreaId.value =
(item.relatedData as Area).id
(item.data as Area).id
areaDetailSheetState.show()
}
},
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,8 @@
filePath = "iosApp/App/ContentView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "136"
endingLineNumber = "136"
startingLineNumber = "135"
endingLineNumber = "135"
landmarkName = "handle(resource:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -1362,8 +1362,8 @@
filePath = "iosApp/App/ContentView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "128"
endingLineNumber = "128"
startingLineNumber = "127"
endingLineNumber = "127"
landmarkName = "body"
landmarkType = "24">
</BreakpointContent>
Expand All @@ -1378,8 +1378,8 @@
filePath = "iosApp/App/ContentView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "144"
endingLineNumber = "144"
startingLineNumber = "143"
endingLineNumber = "143"
landmarkName = "handle(resource:)"
landmarkType = "7">
<Locations>
Expand Down Expand Up @@ -1441,8 +1441,8 @@
filePath = "iosApp/App/ContentView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "139"
endingLineNumber = "139"
startingLineNumber = "138"
endingLineNumber = "138"
landmarkName = "handle(resource:)"
landmarkType = "7">
<Locations>
Expand Down
1 change: 0 additions & 1 deletion iosApp/iosApp/App/ContentView.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import SwiftUI
import SharedSDK
import KMPNativeCoroutinesAsync
import SwiftUIModal
import Combine

struct ContentView: View {
Expand Down

0 comments on commit 945374c

Please sign in to comment.