Prevent NPE on race condition
There could be a race condition where there is a dispatch to mCallback after it's been nulled, due to the dispatch happening not on the same thread. Check if the callback has been nulled. Fixes: 287421329 Test: build Change-Id: Idaa0c106ff034ea55b08bf4230565aa3cae6f6a8
Loading
Please register or sign in to comment