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

Commit 799c27b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 14ceb5d6 24aebf07
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()