jordanbyron / react-native-quick-actions

A react-native interface for Touch 3D home screen quick actions
MIT License
1.06k stars 93 forks source link

[Android] Cold launch 2 quick actions after each other doesn't trigger listener. #63

Closed DiemasMichiels closed 6 years ago

DiemasMichiels commented 6 years ago

When you preform a quick action from cold launch, then close the application and do another quick action the listeners aren't triggered on Android since the app isn't cleared. On iOS it already does that.

My commit makes Android always run from a clean slate on every quick action.

Is it possible to make a new npm build after this?

Thanks! Diemas Michiels