diff options
| author | 2022-10-15 04:04:29 +0000 | |
|---|---|---|
| committer | 2022-10-15 04:04:29 +0000 | |
| commit | eade3e9d85d81da6bf583cabbb65e4fdfb960833 (patch) | |
| tree | aa851930163a7e29e8113ab22dfee15afabfcde2 | |
| parent | 2f7fa1daeb855dc573a29c824282ec2778e24188 (diff) | |
| parent | 6b649a7fd81b0a760794a9f01486834eb1cbc698 (diff) | |
Merge "Fix ITransactionCompletedListener Tag::lAST"
| -rw-r--r-- | libs/gui/ITransactionCompletedListener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/ITransactionCompletedListener.cpp b/libs/gui/ITransactionCompletedListener.cpp index e4b8bad8f8..ca91afa35d 100644 --- a/libs/gui/ITransactionCompletedListener.cpp +++ b/libs/gui/ITransactionCompletedListener.cpp @@ -30,7 +30,7 @@ enum class Tag : uint32_t { ON_TRANSACTION_COMPLETED = IBinder::FIRST_CALL_TRANSACTION, ON_RELEASE_BUFFER, ON_TRANSACTION_QUEUE_STALLED, - LAST = ON_RELEASE_BUFFER, + LAST = ON_TRANSACTION_QUEUE_STALLED, }; } // Anonymous namespace |