mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
879 stars 109 forks source link

Refactor: [Android] Optimize condition logic #114

Open ifsnow opened 1 year ago

ifsnow commented 1 year ago

Related: #108

This fix is a minor change. Removed duplicate code and optimized execution with quick returns.

Hope this helps.