improve LocationPickerScreen.kt
This commit is contained in:
parent
bb86c89a5a
commit
45da8803f8
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".presentation.QWeatherActivity"
|
android:name=".presentation.QWeatherActivity"
|
||||||
android:exported="true">
|
android:exported="true"
|
||||||
|
android:windowSoftInputMode="adjustResize">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
|
Reference in a new issue