Fixed
Status Update
Comments
ja...@google.com <ja...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
"gravity(RowAlign) is deprecated. Please use gravity instead.",
-> ReplaceWith("gravity(align)")
)
@Suppress("Deprecation")
fun Modifier.gravity(align: RowAlign) = this + when (align) {
Should be:
ReplaceWith("gravity(Alignment)")