mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix(a11y): Accessibility breaks limiting metadata (#9332)
Accessibility added a new class that we need to add to the default allowed metadata so that the application doesn't crash on startup when in limit metadata mode.
This commit is contained in:

committed by
GitHub

parent
17a7019085
commit
cbdff1f155
@ -24,6 +24,7 @@
|
||||
"androidx.core*:*",
|
||||
"androidx.viewpager.widget*:*",
|
||||
"androidx.fragment*:*",
|
||||
"androidx.transition*:*"
|
||||
"androidx.transition*:*",
|
||||
"android.inputmethodservice*:*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user