commit | d11fa28df9d7718ab78ba815cdbc8fafc075bb0b | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Fri Jan 17 15:51:36 2020 -0800 |
committer | Tony Wickham <twickham@google.com> | Fri Jan 17 16:14:13 2020 -0800 |
tree | 53b81c4139b98c76658c8574da81751aec117d1d | |
parent | 14bd1922759d56bbf7dc3ff377d394d0454091c9 [diff] |
Fix regression where ShortcutRequest returns no results There was a subtle bug introduced by ag/9898176 where we now accept String... shortcutIds. There are a couple calls that don't pass any id's, which means the shortcut query is doomed to return an empty list. Instead, we should pass null to match all shortcuts for that package. Bug: 147831521 Change-Id: I928b6ed23b7e0ad01d95749cabf88ada053bcdd3