Closed creswick closed 10 years ago
This bug will get triggered whenever hitting the back button on the Receiver to exit the application. It was introduced after switching from the AlertDialog to the Toast notification after receive gets canceled. This is caused by the runShowRxFailedDialog
runnable since it will restart the Receive pipe after the camera has been released by the onPause
method.
The cleanup of clearPendingUIMessages() and the guard of camera != null both look good as-is.
We've only seen this once so far (on Don's phone), but this seems to be what happened: