RCFilters: Allow empty saved query
authorMoriel Schottlender <moriel@gmail.com>
Thu, 14 Sep 2017 00:13:26 +0000 (17:13 -0700)
committerMoriel Schottlender <moriel@gmail.com>
Fri, 15 Sep 2017 00:26:39 +0000 (17:26 -0700)
For this, we also need to check for saved query visibility on the
saved query model initialization, because since the model starts
its life all-empty, if the saved query is also all-empty, it will
not trigger any item updates on the main model.

Bonus: Actually check whether defaults are empty; there was a
typo and problem with the original test.

Bug: T172387
Change-Id: Ibc536b577e4c3abcc04fa229f9978b651b2f9e61


No differences found