Skip to content

Commit 6576f79

Browse files
alperozturk96tobiasKaminsky
authored andcommitted
Fix spotless check
Signed-off-by: alperozturk <[email protected]>
1 parent f6eba6d commit 6576f79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/owncloud/android/ui/activity/ConflictsResolveActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ class ConflictsResolveActivity : FileActivity(), OnConflictDecisionMadeListener
153153
if (existingFile == null) {
154154
// fetch info of existing file from server
155155
val operation = ReadFileRemoteOperation(newFile!!.remotePath)
156+
157+
@Suppress("TooGenericExceptionCaught")
156158
Thread {
157159
try {
158160
val result = operation.execute(account, this)

0 commit comments

Comments
 (0)