You're taken back to the home screen rather than the settings selection screen
### Steps to Reproduce
1. Open the settings
2. Open general settings
3. Tap the back arrow on the upper left
4. You're taken back to the home screen rather than the settings selection screen
I needed to know when a user was coming back from the settings activity, and needed to add this, else, the onActivityResult code was not called.
This could be tricky.
This was introduced when I added [this](https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/src/branch/master/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/HomeActivity.kt#L370) and [this](https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/src/branch/master/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/HomeActivity.kt#L950).
I needed to know when a user was coming back from the settings activity, and needed to add [this](https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/src/branch/master/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/settings/SettingsActivity.kt#L220), else, the `onActivityResult` code was not called.
This could be tricky.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Steps to Reproduce
This was introduced when I added this and this.
I needed to know when a user was coming back from the settings activity, and needed to add this, else, the
onActivityResultcode was not called.This could be tricky.
Ok, I see the issue...
I'm currently busy restructuring a flat.
If I find some free time I'll take a look at that.