Rename profile fragments so they make sense.

This commit is contained in:
Greyson Parrelli
2023-11-03 09:14:17 -04:00
parent b5e4c4e92a
commit 7be93a8a44
20 changed files with 77 additions and 74 deletions

View File

@@ -5,4 +5,4 @@
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".profiles.edit.EditProfileActivity" />
tools:context=".profiles.edit.CreateProfileActivity" />

View File

@@ -5,7 +5,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".profiles.edit.EditProfileActivity">
tools:context=".profiles.edit.CreateProfileActivity">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/nav_host_fragment"

View File

@@ -144,7 +144,7 @@
<activity
android:id="@+id/manageProfileActivity"
android:name="org.thoughtcrime.securesms.profiles.manage.ManageProfileActivity"
android:name="org.thoughtcrime.securesms.profiles.manage.EditProfileActivity"
android:label="manage_profile_activity" />
<!-- region Account Settings and subpages -->

View File

@@ -7,9 +7,9 @@
<fragment
android:id="@+id/createProfileFragment"
android:name="org.thoughtcrime.securesms.profiles.edit.EditProfileFragment"
android:name="org.thoughtcrime.securesms.profiles.edit.CreateProfileFragment"
android:label="fragment_create_profile"
tools:layout="@layout/profile_create_fragment">
tools:layout="@layout/create_profile_fragment">
<action
android:id="@+id/action_createProfileFragment_to_avatar_picker"

View File

@@ -7,9 +7,9 @@
<fragment
android:id="@+id/manageProfileFragment"
android:name="org.thoughtcrime.securesms.profiles.manage.ManageProfileFragment"
android:name="org.thoughtcrime.securesms.profiles.manage.EditProfileFragment"
android:label="fragment_manage_profile"
tools:layout="@layout/manage_profile_fragment">
tools:layout="@layout/edit_profile_fragment">
<action
android:id="@+id/action_manageUsername"