Update DisplayNameActivity

This commit is contained in:
andrew
2023-09-26 14:57:28 +09:30
parent 1068c167a3
commit 76166b39a9
16 changed files with 239 additions and 74 deletions

View File

@@ -115,7 +115,7 @@
android:windowSoftInputMode="adjustResize"
android:theme="@style/Theme.Session.DayNight.FlatActionBar" />
<activity
android:name="org.thoughtcrime.securesms.onboarding.DisplayNameActivity"
android:name="org.thoughtcrime.securesms.onboarding.name.DisplayNameActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize"
android:theme="@style/Theme.Session.DayNight.FlatActionBar" />