Allow scanning QR code from 'Find by username' screen.

This commit is contained in:
Greyson Parrelli
2024-02-29 13:59:39 -05:00
committed by Alex Hart
parent c6df4af53a
commit 56b482a26f
9 changed files with 370 additions and 75 deletions

View File

@@ -1089,6 +1089,11 @@
android:theme="@style/TextSecure.DarkNoActionBar"
android:exported="false"/>
<activity android:name=".components.settings.app.usernamelinks.main.UsernameQrScannerActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:exported="false"/>
<activity android:name=".reactions.edit.EditReactionsActivity"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"