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

Skip to content

Issue 1406: Prevent NullPointerException in alert dialog

Sayantan Roychowdhury requested to merge 1406-npe into main

Description

Prevent NullPointerException in alert dialog

Screenshots

Technical details

The crash is happening when title text is null. This should be impossible because the text is being set in the constructor. So this is likely some hilt related issue (as is also present in the logs)

Tests

Issues

https://gitlab.e.foundation/e/os/backlog/-/issues/1406

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/mobile-team/guidelines/Code-review

Merge request reports

Loading