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:
Nathanael Anderson
2021-04-14 21:29:15 -05:00
committed by GitHub
parent 17a7019085
commit cbdff1f155

View File

@ -24,6 +24,7 @@
"androidx.core*:*",
"androidx.viewpager.widget*:*",
"androidx.fragment*:*",
"androidx.transition*:*"
"androidx.transition*:*",
"android.inputmethodservice*:*"
]
}
}