flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
132 stars 143 forks source link

fix: Missing null check #30

Closed krille-chan closed 3 years ago

krille-chan commented 3 years ago

Hey :-)

first of all, thank you for your awesome package. We have implemented it in our app. Our sentry error tracking has found a missing null check. The shouldOpenAccounts boolean can be null if the user dismisses the dialog by clicking on the background. This should fix this :)

Best regards and stay healthy

cloudwebrtc commented 3 years ago

LGTM