From 7f639e3652c9a1a87f82cb3d5b65591e536fc071 Mon Sep 17 00:00:00 2001 From: Michael W Date: Wed, 1 Jan 2025 13:11:48 +0100 Subject: [PATCH] Messaging: Use MaterialComponents everywhere instead of AppCompat * This is the proper thing to do * Also fixes crash when forwarding a message Change-Id: Ib3f34477cc9b76b1979f9e6f2f39e0f9222c16ee --- res/layout/blocked_participants_activity.xml | 3 ++- res/layout/conversation_list_activity.xml | 3 ++- res/layout/people_and_options_activity.xml | 3 ++- res/layout/vcard_detail_activity.xml | 3 ++- res/values/styles.xml | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/res/layout/blocked_participants_activity.xml b/res/layout/blocked_participants_activity.xml index e00f20f..e39d92a 100644 --- a/res/layout/blocked_participants_activity.xml +++ b/res/layout/blocked_participants_activity.xml @@ -1,6 +1,7 @@