Skip to content

Commit

Permalink
fix(dashboard): fix input field positioning
Browse files Browse the repository at this point in the history
SUITEDEV-36367

Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
3 people committed Sep 13, 2024
1 parent b926e48 commit 14ad3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

<activity
android:name="com.emarsys.sample.main.MainActivity"
android:exported="true">
android:exported="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MainActivity : FragmentActivity() {
setContent {
val navHostController = navControllerProvider.provide()
AndroidSampleAppTheme {
Scaffold(
Scaffold(modifier = Modifier.imePadding(),
topBar = {
TopExpandableCard(this.applicationContext, dashboardViewModel)
},
Expand Down

0 comments on commit 14ad3ab

Please sign in to comment.