Mindinventory / vanilla-place-picker

Simple(vanilla) yet 'Do it all' place picker for your place picking needs in Android
https://www.mindinventory.com/android-application-development.php
MIT License
120 stars 34 forks source link

Auto complete not giving result according to set country #43

Closed hamza11223322 closed 3 years ago

hamza11223322 commented 3 years ago

if (vanillaConfig.country.isNullOrBlank()) { autocomplete.setCountry(vanillaConfig.country) }

May be the issue in this function May be ! sign is missing there if (!vanillaConfig.country.isNullOrBlank())

malikmotani commented 3 years ago

Thank you @hamza11223322 for identifying the issue, our team will fix this soon and make it available in the next version of the library