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

Commit bcb0ba60 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android Git Automerger
Browse files

am 370a7a37: DO NOT MERGE Fix getAllPhoneAccounts() api method

* commit '370a7a37':
  DO NOT MERGE Fix getAllPhoneAccounts() api method
parents cfdc16f2 370a7a37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ public class TelecomServiceImpl {
                            .getAllPhoneAccounts();
                    List<PhoneAccount> profilePhoneAccounts = new ArrayList<>(
                            allPhoneAccounts.size());
                    for (PhoneAccount phoneAccount : profilePhoneAccounts) {
                    for (PhoneAccount phoneAccount : allPhoneAccounts) {
                        if (isVisibleToCaller(phoneAccount)) {
                            profilePhoneAccounts.add(phoneAccount);
                        }