commit | d2185bf42cfc567ccdda9b7bb3cc640afbfbd7b2 | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Mon Mar 21 15:10:04 2022 -0700 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Mon Mar 21 15:10:04 2022 -0700 |
tree | ebebfd15b6c6c05e7bb02b697f86b9a3839ddc77 | |
parent | 4cff41a3f254b9b1430f8cb970f45dfe9be20ffc [diff] |
Check for null callback The modelData callback may be nullified before actually being invoked, e.g. when calling startRecognition() on an already running model, with a different callback. Fixes: 225768984 Test: Manual reproduction on the issue and then applying the fix and verifying that it works. Change-Id: I089061123c8cf12eef19fdf16bb3a2c106ea2438