Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dz_TZImagePickerController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuijing
dz_TZImagePickerController
Commits
9e903093
Unverified
Commit
9e903093
authored
May 20, 2021
by
谭真
Committed by
GitHub
May 20, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1486 from chenqi777/fix-loading-timeout
fix: 增加loading超时范围
parents
05b77338
f0a872f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
...troller/TZImagePickerController/TZImagePickerController.m
+2
-2
No files found.
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
View file @
9e903093
...
@@ -524,8 +524,8 @@
...
@@ -524,8 +524,8 @@
_timeout
=
timeout
;
_timeout
=
timeout
;
if
(
timeout
<
5
)
{
if
(
timeout
<
5
)
{
_timeout
=
5
;
_timeout
=
5
;
}
else
if
(
_timeout
>
60
)
{
}
else
if
(
_timeout
>
60
0
)
{
_timeout
=
60
;
_timeout
=
60
0
;
}
}
}
}
...
...
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