fix code analytics

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-11-15 12:08:39 +01:00 committed by Alper Öztürk
parent 97b4d0d6ae
commit bfddd8b34e

View file

@ -383,6 +383,7 @@ class OCFileListDelegate(
} }
} }
@Suppress("ReturnCount")
private fun getShareIconIdAndContentDescriptionId(holder: ListViewHolder, file: OCFile): Pair<Int, Int>? { private fun getShareIconIdAndContentDescriptionId(holder: ListViewHolder, file: OCFile): Pair<Int, Int>? {
if (file.isOfflineOperation) return null if (file.isOfflineOperation) return null