Fix crash when launching 'turn off contact joined' option via activity.

This commit is contained in:
Alex Hart
2023-12-08 11:35:48 -04:00
committed by Cody Henthorne
parent 6230a7553d
commit 06ee096746
4 changed files with 4 additions and 5 deletions

View File

@@ -1006,7 +1006,7 @@
android:exported="false"/>
<activity android:name=".contacts.TurnOffContactJoinedNotificationsActivity"
android:theme="@style/Theme.AppCompat.Dialog.Alert"
android:theme="@style/TextSecure.DialogActivity"
android:exported="false"/>
<activity android:name=".contactshare.ContactShareEditActivity"