mkuczera / react-native-haptic-feedback

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

Refactor: [Android] Optimize condition logic #114

Open ifsnow opened 11 months ago

ifsnow commented 11 months ago

Related: #108

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

Hope this helps.