Bug 1839239 Comment 33 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I was able to reproduce the crash locally, with an emulator Pixel 6 API 23 (Android 6 Google APIs | arm64) .

STR:
1. Go to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
2. Tap on the time input with the label "Choose a time for your meeting"

After removing the calls to [withCenterAlignedButtons](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/components/ui/widgets/src/main/java/mozilla/components/ui/widgets/Extentions.kt) I don't get the crash anymore. 

As the crash doesn't happen on newer version of Android, we could disable [withCenterAlignedButtons](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/components/ui/widgets/src/main/java/mozilla/components/ui/widgets/Extentions.kt) on API levels lower or equal to 23, so we don't lose the improvement for newer Android versions.
I was able to reproduce the crash locally, with an emulator Pixel 6 API 23 (Android 6 Google APIs | arm64) .

STR:
1. Go to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
2. Tap on the time input with the label "Choose a time for your meeting"

After removing the calls to [withCenterAlignedButtons](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/components/ui/widgets/src/main/java/mozilla/components/ui/widgets/Extentions.kt) I don't get the crash anymore. 

As the crash doesn't happen on newer version of Android, we could disable [withCenterAlignedButtons](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/components/ui/widgets/src/main/java/mozilla/components/ui/widgets/Extentions.kt) on API levels lower or equal to 23, so we don't lose the improvements for newer Android versions.

Back to Bug 1839239 Comment 33