summaryrefslogtreecommitdiff
path: root/libs/androidfw/AttributeResolution.cpp
diff options
context:
space:
mode:
author Reema Bajwa <reemabajwa@google.com> 2023-05-10 17:49:07 +0000
committer Reema Bajwa <reemabajwa@google.com> 2023-05-10 17:56:43 +0000
commit5ac4b393368a2bed60b5b282db2ac3c7983dc791 (patch)
tree716f43d1ec3eb91da6fb693d0421e58f1146d52f /libs/androidfw/AttributeResolution.cpp
parentc51d3ed90c34c144ba613e684ee430086e3f987d (diff)
Fix issue with last auth entry
The problem is that we send an exception to the client and then send the pending data to the UI. As part of sending the exception, we also finish the session and in that finish logic, we are cancelling the pending intent. The status update is async so there's race condition. For now, I'm removing the cancellation of the pending intent so as part of the finish logic. It is still cancelled when a new pending intent is created for the same session but won't be cancelled when the session ends. May send out a follow up that addresses cancelling the pending intent with session finish in a safe way. Bug: 281615828 Test: built and deployed locally Change-Id: I9f30a0236da2125b56d8de42217fa70cc5e65191
Diffstat (limited to 'libs/androidfw/AttributeResolution.cpp')
0 files changed, 0 insertions, 0 deletions