Skip to content
Snippets Groups Projects
Commit 9460fb01 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

misc: fix warnings

Change-Id: I1da2ca8b427373b4fd6db40a3d26e08001c4c8f3
parent dba86c73
Branches
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class WalkthroughCoordinator: Coordinator, StateableResponsive {
if let appCoordinator = self.parentCoordinator as? AppCoordinator {
appCoordinator.startWithoutLoading()
appCoordinator.removeChildCoordinator(childCoordinator: self)
rootViewController.presentedViewController?.dismiss(animated: true) {
self.rootViewController.presentedViewController?.dismiss(animated: true) {
self.rootViewController.dismiss(animated: false)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment