I have Places Api 's Autocomplete it works fine and show results, but when it first open and no query from user, when he clicks on any place on screen it close itself
when i change mode to OVERLAY i got this
it seems with FULL_MODE and when user click below search area, Place API treats it like in OVERLAY so it closes screen
version
implementation 'com.google.android.libraries.places:places:2.2.0'
How to overcome this?
After I tried to downgrade/upgrade version of library as I saw some apps has this behavior
Solution is to use
implementation 'com.google.android.libraries.places:places:2.0.0'