Messaging: Style even more dialogs properly

Somehow some dialogs use the theme but some need the style set manually

Change-Id: I386a0e43c10d328088066961b75a162bf2c351c1
This commit is contained in:
Michael W
2024-12-26 15:54:37 +01:00
parent 0aa08c0c3b
commit 241b4cf833
7 changed files with 9 additions and 8 deletions
@@ -822,7 +822,7 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
return true;
} else if (itemId == R.id.action_delete) {
if (isReadyForDeleteAction()) {
new AlertDialog.Builder(getActivity())
new AlertDialog.Builder(getActivity(), R.style.AlertDialogTheme)
.setTitle(getResources().getQuantityString(
R.plurals.delete_conversations_confirmation_dialog_title, 1))
.setPositiveButton(R.string.delete_conversation_confirmation_button,