Skip to content

Commit

Permalink
fix: [ANDROAPP-6652] ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Nov 21, 2024
1 parent af2e75d commit 54d0440
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ class SyncStatusDialog : BottomSheetDialogFragment(), GranularSyncContracts.View
dismiss()
try {
onNoConnectionListener?.onNoConnection()
}
catch (e: Exception) {
} catch (e: Exception) {
Timber.d(e.message)
}
}
Expand Down

0 comments on commit 54d0440

Please sign in to comment.