UIApplication+VisibleViewController.swift file moved

This commit is contained in:
Lorenzo Pichilli 2023-11-10 11:43:44 +01:00
parent 8c9a11d14c
commit 69f2134bcb
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ public class InAppBrowserManager: ChannelDelegate {
}
guard let visibleViewController = UIApplication.shared.visibleViewController else {
assertionFailure("Failure inet the visibleViewController!")
assertionFailure("Failure init the visibleViewController!")
return
}

View File

@ -1,5 +1,5 @@
//
// UIApplication+VisibleViewController.swift
// VisibleViewController.swift
// flutter_inappwebview
//
// Created by Alexandru Terente on 02.08.2023.