Fix theming on invite friends Activity.

This commit is contained in:
Lucio Maciel
2021-08-25 16:05:20 -03:00
committed by GitHub
parent ba4d1c9844
commit c92f3b5dfd
7 changed files with 47 additions and 79 deletions

View File

@@ -372,7 +372,8 @@
<activity
android:id="@+id/inviteActivity"
android:name="org.thoughtcrime.securesms.InviteActivity"
android:label="invite_activity" />
android:label="invite_activity"
tools:layout="@layout/invite_activity" />
<!-- region Direct-To-Page actions -->