commit | ddfc085f2ba050089213608dbffdae8059718c33 | [log] [tgz] |
---|---|---|
author | Yi-Ling Chuang <emilychuang@google.com> | Thu Dec 06 22:13:35 2018 +0800 |
committer | Yi-Ling Chuang <emilychuang@google.com> | Fri Dec 07 09:54:15 2018 +0800 |
tree | 5834a055f3d9b8520f28827fe3617286da8ee628 | |
parent | 97a6c1f4a43f7a39aa2831e9d62a622f71d13ad8 [diff] |
Reload data if slice binding returns null at rendering time. We are not able to guarantee the binding results in the pre-check and real binding would always be the same sinc slice may decide what it would be based on some conditions. Hence, we should reload data and refresh UI when it comes to null to prevent from blank suggestion. Bug: 120221527 Test: visual Change-Id: I79790edfe7fc3af7b9c3b3a7df6a7ffa7d405d50