mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
97b4d0d6ae
commit
bfddd8b34e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue