mobile: remove icons on received files (#629)

This commit is contained in:
JRoberts
2022-05-10 12:15:46 +04:00
committed by GitHub
parent 3cd8f8f7dd
commit 01467769bf
2 changed files with 2 additions and 2 deletions
@@ -132,7 +132,7 @@ fun CIFileView(
fileIcon(innerIcon = Icons.Outlined.PriorityHigh, color = WarningOrange)
CIFileStatus.RcvAccepted -> fileIcon(innerIcon = Icons.Outlined.MoreHoriz)
CIFileStatus.RcvTransfer -> progressIndicator()
CIFileStatus.RcvComplete -> fileIcon(innerIcon = Icons.Outlined.ArrowDownward)
CIFileStatus.RcvComplete -> fileIcon()
CIFileStatus.RcvCancelled -> fileIcon(innerIcon = Icons.Outlined.Close)
}
} else {