Skip to content

Commit

Permalink
Remove unnecessarySupress lint marker
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Aug 27, 2024
1 parent ced7454 commit 36012d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<View> {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q && tryWindowInspector) {
try {
Expand Down

0 comments on commit 36012d5

Please sign in to comment.