Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

5246-Fix_initial_dialog_not_responsive_issue

Description

Camera initial alert dialog is not showing in correct layout in portrait mode (text & buttons got missing). This MR fix this layout issue

Issue(s)

Test environment

Download x86 build for r & setup in your device https://gitlab.e.foundation/e/priv/os/build/-/pipelines/177379

Test procedures

Open camera app For the 1st time in the portrait mode. This would popup the initial alert dialog. Check the dialog visible perfectly.

Technical details

ON showing alert dialog, camera app first disable landscape force rotation & wait 20ms & then show the dialog. For other dialogs, it works fine. But for initial dialog it is not enough. Device moves from portrait to landscape & then again portrait. Alert is drawn before all animation is done. That's why for initial dialog, the wait time need to be increased to 500ms.

Screenshots

screen-20220410-230641

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation
Edited by Fahim Salam Chowdhury

Merge request reports

Loading