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

Commit 81b0cc57 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Move misplaced return statement am: a1468188

am: 11118dd7

Change-Id: Iabea2611af6c7fd1f7e12c501b403939b4b622d9
parents f7fb5f64 11118dd7
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);