Skip to content

Commit

Permalink
Fix assemble xcframework command error
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-usu committed Jul 15, 2024
1 parent 4a54b4d commit d5ac7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import io.github.droidkaigi.confsched.main.MainNestedGraphStateHolder
import io.github.droidkaigi.confsched.main.MainScreenTab
import io.github.droidkaigi.confsched.main.MainScreenTab.About
import io.github.droidkaigi.confsched.main.MainScreenTab.EventMap
import io.github.droidkaigi.confsched.main.MainScreenTab.Favorite
import io.github.droidkaigi.confsched.main.MainScreenTab.ProfileCard
import io.github.droidkaigi.confsched.main.MainScreenTab.Timetable
import io.github.droidkaigi.confsched.main.mainScreen
Expand Down Expand Up @@ -142,6 +143,7 @@ class KaigiAppMainNestedGraphStateHolder : MainNestedGraphStateHolder {
EventMap -> mainNestedNavController.navigateEventMapScreen()
About -> TODO()
ProfileCard -> TODO()
Favorite -> TODO()
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ import androidx.compose.ui.graphics.PathMeasure
import androidx.compose.ui.graphics.drawscope.Stroke
import androidx.compose.ui.input.pointer.pointerInput
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.Dp
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import dev.chrisbanes.haze.HazeState
import dev.chrisbanes.haze.hazeChild
import io.github.droidkaigi.confsched.designsystem.preview.Preview
import io.github.droidkaigi.confsched.designsystem.theme.KaigiTheme
import io.github.droidkaigi.confsched.main.MainScreenTab

Expand Down

0 comments on commit d5ac7e9

Please sign in to comment.