Commit d2ed1959 authored by David黄金龙's avatar David黄金龙

处理一处bug

parent 4974c92f
......@@ -423,7 +423,9 @@ extension YHH5WebViewVC {
} else if keyPath == "title" {
if let title = self.webview.title,title.isEmpty == false {
self.navTitle = title
self.gk_navTitle = self.navTitle
if !isFullScreenFlag {
self.gk_navTitle = self.navTitle
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment