hirbod / react-native-volume-manager

React Native module which adds the ability to change the system volume on iOS and Android, listen to volume changes and supress the native volume UI to build your own volume slider or UX. It can listen to iOS mute switch and ringer mode changes on Android (and let you set the ringer mode)
MIT License
216 stars 14 forks source link

Prevent possible crash when invoking a method on null object reference #35

Open wilmxre opened 1 month ago

wilmxre commented 1 month ago

Fix for NullPointerException: Attempt to invoke virtual method 'android.view.Window android.app.Activity.getWindow()' on a null object reference

aliraza-noon commented 1 month ago

@hirbod can you please review this when you get chance, thank you 🙏