Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
311
Issues
311
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
3e014f76
Commit
3e014f76
authored
Jan 08, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
status label: fix flickering (close #10271)
parent
293630c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Sources/VLCStatusLabel.m
Sources/VLCStatusLabel.m
+3
-0
No files found.
Sources/VLCStatusLabel.m
View file @
3e014f76
...
...
@@ -30,6 +30,9 @@
[
self
setNeedsDisplay
];
[
self
_toggleVisibility
:
NO
];
if
(
_displayTimer
)
[
_displayTimer
invalidate
];
_displayTimer
=
[
NSTimer
scheduledTimerWithTimeInterval
:
1
.
5
target:
self
selector:
@selector
(
_hideAgain
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment