Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Soomin Lee
VLC-iOS
Commits
58fcf383
Commit
58fcf383
authored
Aug 30, 2018
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCDownloadViewController: fix duplicate percentage sign (closes #21084)
parent
d3eede07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Sources/VLCDownloadViewController.m
Sources/VLCDownloadViewController.m
+1
-1
No files found.
Sources/VLCDownloadViewController.m
View file @
58fcf383
...
...
@@ -268,7 +268,7 @@ typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
self
.
currentDownloadLabel
.
text
=
_humanReadableFilename
;
self
.
progressView
.
progress
=
0
.;
[
self
.
progressPercent
setText
:
@"0%
%
"
];
[
self
.
progressPercent
setText
:
@"0%"
];
[
self
.
speedRate
setText
:
@"0 Kb/s"
];
[
self
.
timeDL
setText
:
@"00:00:00"
];
_startDL
=
[
NSDate
timeIntervalSinceReferenceDate
];
...
...
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