Skip to content

Commit db2b38c

Browse files
committed
simplify
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 6976f78 commit db2b38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/ui/interfaces/LocalFileListFragmentInterface.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ interface LocalFileListFragmentInterface {
1212
val columnsCount: Int
1313
fun onItemClicked(file: File?)
1414
fun onItemCheckboxClicked(file: File?)
15-
fun setLoading(loading: Boolean)
15+
fun setLoading(enabled: Boolean)
1616
}

0 commit comments

Comments
 (0)