mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
It's common for users to expect that re-opening the app would allow them to "continue where they left off". This also applies for the case where they leave the app after opening an external link. It's natural for them to expect that they would see the webpage they left open when they re-open the app. This doesn't happen for our app as we open custom tabs in a separate activity. As a consequence, this makes the experience un-intuitive. Fix this by opening custom tabs in the same activity. Fixes: #2944 Co-authored-by: Adam Jones <jones_adam@rocketmail.com> |
||
|---|---|---|
| .. | ||
| prod/release | ||
| src | ||
| build.gradle | ||
| proguard-rules.txt | ||
| quality.gradle | ||
| test-proguard-rules.txt | ||