Skip to content

Commit

Permalink
Fix launcher sheets #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Sep 3, 2023
1 parent 05aeb9c commit d045194
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Sources/OversizeKit/LauncherKit/Launcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public struct Launcher<Content: View, Onboarding: View>: View {
// viewModel.appStateService.restAppRunCount()
// #endif
viewModel.appStateService.appRun()
viewModel.launcherSheetsChek()
initialize()
}
.task {
await viewModel.checkPremium()
Expand Down Expand Up @@ -73,6 +71,7 @@ public struct Launcher<Content: View, Onboarding: View>: View {
content
.onAppear {
viewModel.reviewService.launchEvent()
viewModel.launcherSheetsChek()
}
}
}
Expand Down Expand Up @@ -113,11 +112,6 @@ public struct Launcher<Content: View, Onboarding: View>: View {
control.onboarding = onboarding()
return control
}

func initialize() {
// SDWebImageSVGCoder
// SDImageCodersManager.shared.addCoder(SDImageSVGCoder.shared)
}
}

public extension Launcher where Onboarding == EmptyView {
Expand Down

0 comments on commit d045194

Please sign in to comment.