Loading core/java/android/database/sqlite/SQLiteSession.java +1 −1 Original line number Diff line number Diff line Loading @@ -926,7 +926,7 @@ public final class SQLiteSession { } private void throwIfNestedTransaction() { if (mTransactionStack == null && mTransactionStack.mParent != null) { if (hasNestedTransaction()) { throw new IllegalStateException("Cannot perform this operation because " + "a nested transaction is in progress."); } Loading Loading
core/java/android/database/sqlite/SQLiteSession.java +1 −1 Original line number Diff line number Diff line Loading @@ -926,7 +926,7 @@ public final class SQLiteSession { } private void throwIfNestedTransaction() { if (mTransactionStack == null && mTransactionStack.mParent != null) { if (hasNestedTransaction()) { throw new IllegalStateException("Cannot perform this operation because " + "a nested transaction is in progress."); } Loading