File tree Expand file tree Collapse file tree
sentry-compose/src/androidMain/kotlin/io/sentry/compose Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ public object SentryModifier {
5757 // SemanticsModifierNode.isImportantForBounds() was added as an abstract method in
5858 // compose-ui 1.11. Classes compiled against earlier versions lack this method in
5959 // their bytecode, which causes AbstractMethodError when the accessibility tree is
60- // traversed on 1.11+ runtimes.
61- // Returning true to match the default behavior
60+ // traversed on 1.11+ runtimes.
61+ // Returning true to match the default behavior
6262 // https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/SemanticsModifierNode.kt;l=69-83;drc=bd7809b4bc9205721c2f1bc681694dd348885849
6363 @Suppress(" unused" ) fun isImportantForBounds (): Boolean = true
6464 }
You can’t perform that action at this time.
0 commit comments