提交 f80a1d07 编写于 作者: Z zhangzifeng02 提交者: Snorlax

fix NSStrings are compared with '=' operator

上级 a871a5be
......@@ -95,9 +95,6 @@ NSString *const IJKMPMoviePlayerDidSeekCompleteErrorKey = @"IJKMPMoviePlayerDidS
_handled = YES;
if (url == _url)
return;
if (![self.url isEqualToString:url]) {
_urlChanged = YES;
_url = url;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册