Oleksandra Tkachenko

Results 7 comments of Oleksandra Tkachenko

Hi there! Unfortunately I've got the same issue on some devices. On screenshots I'm putting an ImageView with result picture above the Preview. I also attached device info, but the...

It works when I add this after granting permission: ``` qrView.visibility = View.GONE qrView.visibility = View.VISIBLE ```

@SetareMaghari thank you! by the way you don't need to add library classes to your project, you can use gradle as usual. In this case you may create your own...

In my case when the search query is empty I show the whole list of suggestions and when user enters something, suggestions are filtering ``` @Override protected FilterResults performFiltering(CharSequence constraint)...

were you be able to figure this out?

I kinda figured why it didn't work, so leaving a comment in case it can help anyone. If branch protection rules don't apply, it means something is set up wrong...