Skip to content

Commit bf1da6b

Browse files
authored
Merge pull request #2929 from wmathurin/remove-adjustresize
W-22974697: Remove deprecated adjustResize from native Android activities
2 parents 467d26c + 5dfed7c commit bf1da6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/SalesforceSDK/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<activity android:name="com.salesforce.androidsdk.ui.LoginActivity"
4141
android:theme="@style/SalesforceSDK"
4242
android:launchMode="singleTask"
43-
android:windowSoftInputMode="adjustResize"
4443
android:configChanges="orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
4544
android:exported="true" />
4645

@@ -53,7 +52,7 @@
5352
<!-- Screen Lock Activity-->
5453
<activity android:name="com.salesforce.androidsdk.ui.ScreenLockActivity"
5554
android:exported="false"
56-
android:windowSoftInputMode="adjustResize|stateAlwaysVisible"
55+
android:windowSoftInputMode="stateAlwaysVisible"
5756
android:theme="@style/SalesforceSDK.ScreenLock" />
5857

5958
<!-- Manage space activity -->

0 commit comments

Comments
 (0)