Skip to content

Commit

Permalink
solve git conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <alper_ozturk@proton.me>
  • Loading branch information
alperozturk96 committed Nov 20, 2024
1 parent 8ffb8d1 commit 9dad42b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ class OCFileListDelegate(

@Suppress("ReturnCount")
private fun getShareIconIdAndContentDescriptionId(holder: ListViewHolder, file: OCFile): Pair<Int, Int>? {
if (!MDMConfig.sharingSupport(context)) {
return null
}

if (file.isOfflineOperation) return null

if (holder !is OCFileListItemViewHolder && file.unreadCommentsCount != 0) return null
Expand Down

0 comments on commit 9dad42b

Please sign in to comment.