Issue 1406: Prevent NullPointerException in alert dialog
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