Skip to content
Commit a31d6fe1 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

DataStore: don't access mNotificationCollector directly

It may happen that the collector has been already destroyed on shutdown when
an async notification arrives from somewhere, causing a crash. Instead use
the getter which will spawn a new NotificationCollector temporarily, if
needed.
parent c8ad21b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment