fix screen orientation overriden by MainActivity.handleIntent(...)
Description
In previous state: When user switch screen orientation in AdvancedPrivacy, UI always returned to main Dashboard fragment
Screenshots
Technical details
MainActivity.onPostCreate() always calls onHandleIntent(), then it override previous state. Checking if saveInstanceState is null before to call fix this issue
Tests
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1221 => Task #1281
https://gitlab.e.foundation/e/os/backlog/-/issues/1221#note_388502
10 commandments of code reviews
Edited by Vincent Bourgmayer