Skip to content

Commit

Permalink
Suppress TooGenericExceptionCaught
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Nov 21, 2023
1 parent ee08d6a commit b0a19a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ object ClipboardUtil {

@JvmStatic
@JvmOverloads
@Suppress("TooGenericExceptionCaught")
fun copyToClipboard(activity: Activity, text: String?, showToast: Boolean = true) {
if (!TextUtils.isEmpty(text)) {
try {
Expand Down

0 comments on commit b0a19a3

Please sign in to comment.