The BroadcastReceiver for ErrorUpdates tries to write to the display. When the SdlManager is not ready yet this would cause a crash. Now the OnReceive method for the BroadcastReceiver will check that the SdlManager is not null and is ready before trying to write to the display
Fixes #18
The BroadcastReceiver for ErrorUpdates tries to write to the display. When the SdlManager is not ready yet this would cause a crash. Now the OnReceive method for the BroadcastReceiver will check that the SdlManager is not null and is ready before trying to write to the display