summaryrefslogtreecommitdiff
path: root/src-pre-N
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-04-06 20:11:03 -0700
committerSarmad Hashmi <mhashmi@google.com>2016-04-07 10:27:18 -0700
commitc3abe9de14a20dffbe66665baa85973f41548056 (patch)
tree7e32dd51d9f458d90ae5f430da8ea78b50630a18 /src-pre-N
parent9d7067df15538b56c9dfc9aacff2802cb651cd0a (diff)
Fix bug where call cards from private number are blank.
+Revert ag/904832 and add proper fix +ag/904832 was an incorrect fix for the bug because the isBlockedNumber method in FilteredNumberAsyncQueryHandler is not supposed to call onCheckComplete on the listener if the number was invalid. All callers of the method isBlockedNumber must, in addition to checking if the result was invalid in the callback, also check the result of the call to see if it was false. +This change removes the callback call if the number is invalid and instead adds a check in CallLogAdapter right after isBlockedNumber is called to determine if the number was valid. If not, the views are rendered. Change-Id: Ib4eaafd38c28afb8acacd94fd6716c4042286968
Diffstat (limited to 'src-pre-N')
0 files changed, 0 insertions, 0 deletions