mozilla-lockwise / lockwise-android

Firefox's Lockwise app for Android
https://mozilla-lockwise.github.io/lockwise-android/
Mozilla Public License 2.0
623 stars 104 forks source link

- Fix Network Store calling unregister on already unregistered callbacks #1274

Open krllus opened 2 years ago

krllus commented 2 years ago

On android API 28, the NetworkStore calls unregister on an already unregistered callback, causing the app to crash;

there is no registered issue for this;

To Do