matrix-react-sdk
707fd606
- Prevent crash on login of no guest session
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Prevent crash on login of no guest session The bound functions are only set when the Notifier is started, so if stop() was called without start() having been called, the listener function would be null which would throw an exception.
References
dbkr/dont_crash_on_login
Author
dbkr
Parents
3d71cb83
Loading