merge again

This commit is contained in:
Brad Lassey 2012-02-18 18:17:10 -05:00
commit ed95e9364f

View File

@ -134,9 +134,6 @@ public abstract class Layer {
throw new RuntimeException("endTransaction() called outside a transaction");
mInTransaction = false;
mTransactionLock.unlock();
if (mView != null)
mView.requestRender();
}
/** Returns true if the layer is currently in a transaction and false otherwise. */