Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit e5b0ea5

Browse files
committed
Fix SignInActivity scrolling
1 parent 023bd1e commit e5b0ea5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
android:name=".ui.login.SignInActivity"
7575
android:configChanges="orientation|keyboardHidden"
7676
android:screenOrientation="portrait"
77-
android:theme="@style/AppTheme.NoBar"
78-
android:windowSoftInputMode="adjustPan" />
77+
android:theme="@style/AppTheme.NoBar" />
7978
<activity
8079
android:name=".ui.signup.SignUpActivity"
8180
android:configChanges="orientation|keyboardHidden"

0 commit comments

Comments
 (0)