Skip to content

Commit f35e629

Browse files
committed
configure empty view correctly.
Signed-off-by: alperozturk <[email protected]>
1 parent 188cf69 commit f35e629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/owncloud/android/ui/EmptyRecyclerView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class EmptyRecyclerView @JvmOverloads constructor(context: Context, attrs: Attri
3737
emptyView = view
3838
}
3939

40+
@Suppress("ReturnCount")
4041
private fun configureEmptyView() {
4142
val view = emptyView ?: run {
4243
Log_OC.e(TAG, "cannot configure empty view, view is null")

0 commit comments

Comments
 (0)