Messaging: disable auto dark theming on message bubble
Change-Id: I7f90b5642712d222df4ad1b1e0143a61e76b90ca Signed-off-by: Jesse Chan <jc@lineageos.org>
This commit is contained in:
committed by
Michael Bestas
parent
2088686b47
commit
2970e7d0be
@@ -72,7 +72,8 @@
|
||||
android:id="@+id/message_text_and_info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:forceDarkAllowed="false">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/message_title_layout"
|
||||
|
||||
Reference in New Issue
Block a user