fixed chat

This commit is contained in:
shaulascr
2025-05-27 17:39:51 +07:00
parent e7fbace532
commit d93874d831
21 changed files with 384 additions and 140 deletions

View File

@ -34,6 +34,7 @@
android:exported="false" />
<activity
android:name=".ui.auth.RegisterStoreActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".ui.profile.editprofile.EditProfileCustActivity"
@ -49,6 +50,7 @@
android:exported="false" />
<activity
android:name=".ui.profile.mystore.profile.EditStoreProfileActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.sells.shipment.DetailShipmentActivity"
@ -61,7 +63,8 @@
android:exported="false" />
<activity
android:name=".ui.chat.ChatActivity"
android:exported="false" /> <!-- <provider -->
android:exported="false"
android:windowSoftInputMode="adjustResize|stateHidden" /> <!-- <provider -->
<!-- android:name="androidx.startup.InitializationProvider" -->
<!-- android:authorities="${applicationId}.androidx-startup" -->
<!-- tools:node="remove" /> -->
@ -94,6 +97,7 @@
android:exported="false" />
<activity
android:name=".ui.order.address.AddAddressActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".ui.order.address.AddressActivity"
@ -142,6 +146,7 @@
android:exported="false" />
<activity
android:name=".ui.auth.RegisterActivity"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />