Make chat notification display messengers name and disable notifying if already in chat view

This commit is contained in:
Alex
2026-03-26 21:31:36 -06:00
parent 177ac844ee
commit 9f38ca1bcc
3 changed files with 118 additions and 22 deletions

View File

@@ -28,12 +28,15 @@
android:contentDescription="Open menu"/>
<TextView
android:id="@+id/tvChatTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Customer Chat"
android:textColor="@color/white"
android:textSize="20sp"
android:textStyle="bold"/>
android:textStyle="bold"
android:paddingStart="8dp"
android:paddingEnd="8dp"/>
</LinearLayout>