Skip to content

Commit

Permalink
feat: 채팅 화면에서 EditText 클릭시 채팅창 올라가는 기능 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdgh1592 committed Oct 19, 2023
1 parent 98340cb commit 73c25e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/2023-emmsale/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<activity
android:name=".presentation.ui.messageList.MessageListActivity"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize" />
android:windowSoftInputMode="adjustPan" />
<activity android:name=".presentation.ui.postWriting.PostWritingActivity" />
<activity
android:name=".presentation.ui.splash.SplashActivity"
Expand Down

0 comments on commit 73c25e9

Please sign in to comment.