feat: Implement block/unblock user functionality with confirmation dialogs in ChatDetailScreen

This commit is contained in:
k1ngsterr1
2026-01-12 17:54:13 +05:00
parent fb339642fa
commit 9addd41571
3 changed files with 324 additions and 180 deletions

View File

@@ -21,7 +21,7 @@
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.RosettaAndroid"
android:windowSoftInputMode="adjustNothing">
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />