Skip to content

Commit

Permalink
fix: fixed overlapping keyboard when address2 requests focus (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
  • Loading branch information
kikoso and wangela committed Dec 12, 2022
1 parent f0c73d3 commit 9237a08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demo-java/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
Copyright 2020 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -46,7 +45,9 @@
</activity>

<activity android:name=".AutocompleteTestActivity" />
<activity android:name=".AutocompleteAddressActivity" />
<activity
android:name=".AutocompleteAddressActivity"
android:windowSoftInputMode="stateHidden" />
<activity android:name=".PlaceAndPhotoTestActivity" />
<activity android:name=".CurrentPlaceTestActivity" />
<activity
Expand Down

0 comments on commit 9237a08

Please sign in to comment.