Don't create a delegate for null callbacks.
ActivityView does not create callbacks for the VirtualDisplay. This leads to setting Looper.myLooper() from a Binder thread which leads to NPE when trying to dereference its message queue. Fixes bug 16386002. Change-Id: I12760a22075ed4770f3fe960763e0135fe095cfe
Loading
Please register or sign in to comment