Closed gurappa closed 6 years ago
It was not an issue with Airbnb library but that is how it works with Android. When launched from recents after killing app with back key, Android posts the previous intent that was used to launch app. Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS indicates if app launched from history/recent screen. This flag can be used to handle any logic.
We use this lib in our app.
This does not happen if I launch app from home screen in which case it posts the launch home intent so the previous intent could have been replaced with it and so gone.
I know it is how it works in Android. But is there a way in this lib or in Android to solve it ?