commit | ac59ea8e2387158415d59bc4a9389987c3ef5c0f | [log] [tgz] |
---|---|---|
author | Yi-Ling Chuang <emilychuang@google.com> | Thu May 14 10:48:43 2020 +0800 |
committer | Yi-Ling Chuang <emilychuang@google.com> | Thu May 14 11:38:47 2020 +0800 |
tree | a52f552f7b46658a325789d47026e38b228dafb0 | |
parent | e060311358bc3ae4399c8af73b310c68152b5cb9 [diff] |
Do not prebind sticky slices. We have a precheck mechanism to filter out slices that are not eligible to be displayed on the homepage. Since sticky cards are designed to be always available, which implies they will never be null, so skip prechecking on them. This allows us to prevent from the precheck timeout which usually leads to the disappearance of cards. Fixes: 152365480 Test: robotests Change-Id: Ic9e3df8b55609e9b5d1d3fd3a8d95e4086d3d7a4