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

Commit 20e02e68 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Move misplaced return statement am: a1468188 am: 11118dd7

am: 81b0cc57

Change-Id: I5e5649fcca0d56f07ae7f194190616f93bc8b320
parents a1a39b31 81b0cc57
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -108,8 +108,9 @@ public class CallerInfoLookupHelper {
                    Log.i(this, "There is a previously incomplete query for handle %s. Adding to " +
                            "listeners for this query.", Log.piiHandle(handle));
                    info.listeners.add(listener);
                    return;
                }
                // Since we have a pending query for this handle already, don't re-query it.
                return;
            } else {
                CallerInfoQueryInfo info = new CallerInfoQueryInfo();
                info.listeners.add(listener);