This commit is contained in:
Brad Lassey 2012-02-18 18:17:10 -05:00
Родитель e5e9a2b04c 03bfd5ec7c
Коммит 26042ff86a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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. */