Skip to content

Commit

Permalink
[ANDROAPP-6415] Login crash after rotation (#3769)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
Co-authored-by: manu <[email protected]>
  • Loading branch information
Balcan and mmmateos authored Aug 20, 2024
1 parent 674ce41 commit d35fcf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</activity>
<activity
android:name=".usescases.login.LoginActivity"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="adjustPan" />
<activity android:name=".usescases.main.MainActivity" />
<activity android:name=".usescases.programEventDetail.ProgramEventDetailActivity" />
Expand Down

0 comments on commit d35fcf3

Please sign in to comment.