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

Commit 5848883b authored by twyen's avatar twyen Committed by android-build-merger
Browse files

Merge "Don't show select SIM dialog after the pre call action has been discarded" am: 799c27b3

am: f41d2dfc

Change-Id: I698a3ba8b00211c174e65f93c19493a8335b91f8
parents e6176963 f41d2dfc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -132,6 +132,10 @@ public class CallingAccountSelector implements PreCallAction {
            phoneNumber,
            activity.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()),
        result -> {
          if (isDiscarding) {
            // pendingAction is dropped by the coordinator before onDiscard is triggered.
            return;
          }
          if (result.getSelectedPhoneAccountHandle().isPresent()) {

            if (result.getSuggestion().isPresent()