Skip to content

Commit

Permalink
Fix setHidden
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Sep 6, 2015
1 parent fb132de commit 3a4c201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bilibili/PlayerView/PlayerView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ - (void) handleEvent:(mpv_event *)event

case MPV_EVENT_END_FILE:{
dispatch_async(dispatch_get_main_queue(), ^{
[LoadingView setHidden:NO];
[self.textTip setStringValue:NSLocalizedString(@"播放完成,关闭窗口继续", nil)];
});
break;
Expand Down

0 comments on commit 3a4c201

Please sign in to comment.