PersistentSearchView icon indicating copy to clipboard operation
PersistentSearchView copied to clipboard

Sample code suggestions don't work the same as Play Store sample app

Open rpgdev opened this issue 8 years ago • 1 comments

When you tap one of the default suggestions they don't generate any kind of result, the tap is just logged in the console but not output is generated at all. I tried sending the suggestion title to onSearch() but it didn't produce the expected behaviour. I was hoping to see how the behaviour from the Sample app in the Play Store was implemented. Am I missing something here?

rpgdev avatar Jun 22 '16 17:06 rpgdev

Ok, it seems I had to change the return value to 'true' too. Dunno why that piece of code was removed: 289d36cdf5a928a46b5227d36465ae0e8db333ec

rpgdev avatar Jun 22 '16 18:06 rpgdev