We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 467d26c + 5dfed7c commit bf1da6bCopy full SHA for bf1da6b
1 file changed
libs/SalesforceSDK/AndroidManifest.xml
@@ -40,7 +40,6 @@
40
<activity android:name="com.salesforce.androidsdk.ui.LoginActivity"
41
android:theme="@style/SalesforceSDK"
42
android:launchMode="singleTask"
43
- android:windowSoftInputMode="adjustResize"
44
android:configChanges="orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
45
android:exported="true" />
46
@@ -53,7 +52,7 @@
53
52
<!-- Screen Lock Activity-->
54
<activity android:name="com.salesforce.androidsdk.ui.ScreenLockActivity"
55
android:exported="false"
56
- android:windowSoftInputMode="adjustResize|stateAlwaysVisible"
+ android:windowSoftInputMode="stateAlwaysVisible"
57
android:theme="@style/SalesforceSDK.ScreenLock" />
58
59
<!-- Manage space activity -->
0 commit comments