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

Commit 6967f096 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android Git Automerger
Browse files

am e55806a5: am 23392a84: Fix the build.

Merge commit 'e55806a5'

* commit 'e55806a5':
  Fix the build.
parents fbd21b58 e55806a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ public class CallerInfoAsyncQuery {
                            mQueryContext, cw.number, mCallerInfo);
                    if (newCallerInfo != mCallerInfo) {
                        mCallerInfo = newCallerInfo;
                        if (DBG) log("#####async contact look up with numeric username"
                        if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username"
                                + mCallerInfo);
                    }