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

Commit e250b9f3 authored by Helen Qin's avatar Helen Qin
Browse files

CredManUi: terminate the UI upon an action entry result.

The action entries should behave like credential entries, and give back
successful / failed credential response as opposed to new entries. So
the UI should terminate immediately as opposed to waiting to render new
entries.

Bug: 270892306
Test: manual
Change-Id: Ibcd4f93deaaeb49014e81323bb65b599e0a2e101
parent 268ad571
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ class ActionEntryInfo(
    entrySubkey,
    pendingIntent,
    fillInIntent,
    shouldTerminateUiUponSuccessfulProviderResult = false,
    shouldTerminateUiUponSuccessfulProviderResult = true,
)

data class RequestDisplayInfo(