From 36012d53097e5cc9f08c8db07d757877547ccdee Mon Sep 17 00:00:00 2001 From: Miguel Juarez Lopez Date: Tue, 27 Aug 2024 16:36:31 -0400 Subject: [PATCH] Remove unnecessarySupress lint marker --- .../kotlin/io/bitdrift/capture/replay/internal/WindowManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/jvm/replay/src/main/kotlin/io/bitdrift/capture/replay/internal/WindowManager.kt b/platform/jvm/replay/src/main/kotlin/io/bitdrift/capture/replay/internal/WindowManager.kt index 5a91f58d..0a387f3f 100644 --- a/platform/jvm/replay/src/main/kotlin/io/bitdrift/capture/replay/internal/WindowManager.kt +++ b/platform/jvm/replay/src/main/kotlin/io/bitdrift/capture/replay/internal/WindowManager.kt @@ -36,7 +36,7 @@ internal class WindowManager(private val errorHandler: ErrorHandler) { /** * Find all DecorViews from [android.view.WindowManagerGlobal] */ - @Suppress("KDocUnresolvedReference", "SwallowedException") + @Suppress("KDocUnresolvedReference") fun findRootViews(): List { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q && tryWindowInspector) { try {