Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-ios
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
18
Issues
18
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-client-ios
Commits
c840bbff
Commit
c840bbff
authored
Sep 10, 2019
by
Kateryna Kostiuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file transfer: update status message
Change-Id: Ibd46544b73753e085b18013bdbfd6b15799f8d02
parent
dfa4fedd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Ring/Ring/Features/Conversations/Conversation/Cells/MessageCell.swift
...atures/Conversations/Conversation/Cells/MessageCell.swift
+1
-1
No files found.
Ring/Ring/Features/Conversations/Conversation/Cells/MessageCell.swift
View file @
c840bbff
...
...
@@ -452,10 +452,10 @@ class MessageCell: UITableViewCell, NibReusable {
if
!
message
.
message
.
incoming
&&
message
.
initialTransferStatus
!=
.
success
{
self
.
transferProgressView
.
frame
=
self
.
transferImageView
.
frame
self
.
transferProgressView
.
image
=
image
self
.
transferProgressView
.
status
.
value
=
message
.
initialTransferStatus
self
.
transferProgressView
.
progress
=
0
self
.
transferProgressView
.
target
=
100
self
.
transferProgressView
.
currentProgress
=
0
self
.
transferProgressView
.
status
.
value
=
message
.
initialTransferStatus
self
.
bubble
.
addSubview
(
self
.
transferProgressView
)
}
}
...
...
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