Skip to content

Commit b74fd40

Browse files
committed
remove unused character
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent acbf282 commit b74fd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/ui/fragment/FileDetailsSharingProcessFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class FileDetailsSharingProcessFragment :
148148
super.onAttach(context)
149149
try {
150150
onEditShareListener = context as FileDetailSharingFragment.OnEditShareListener
151-
} catch (e: ClassCastException) {
151+
} catch (_: ClassCastException) {
152152
throw IllegalStateException("Calling activity must implement the interface")
153153
}
154154
}

0 commit comments

Comments
 (0)