Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dd2abca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Handles transactions started immediately after completion"

parents 85738940 cce554ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -281,11 +281,11 @@ int Contexthub::handleOsMessage(sp<IContexthubCallback> cb,
                result = TransactionResult::FAILURE;
                result = TransactionResult::FAILURE;
            }
            }


            mIsTransactionPending = false;
            if (cb != nullptr) {
            if (cb != nullptr) {
                cb->handleTxnResult(mTransactionId, result);
                cb->handleTxnResult(mTransactionId, result);
            }
            }
            retVal = 0;
            retVal = 0;
            mIsTransactionPending = false;
            break;
            break;
        }
        }