Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sharing: Move
FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY
check to onCreate
.
This conditional existed to fix a bug where a quit app, that originally was started with SEND_INTENT, when restarted from the recent app drawer reused the SEND_INTENT (thereby opening on sharing ui once again). introduced at: 70e9ad9 `onCreate` seems like a good place to have it compared to `handleSend` as it simplifies the code and we avoid the cases where we need to check for intents coming from other places (such as `onNewIntent`).
- Loading branch information