Skip to content

Commit 9aadfe0

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix AuthMethodPickerActivity title being "ui_flow" instead of app name (#813)
Signed-off-by: Alex Saveau <[email protected]>
1 parent 0f55407 commit 9aadfe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

auth/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<activity
6565
android:name="com.facebook.FacebookActivity"
66-
android:label="@string/fui_app_name"
66+
android:label="@string/app_name"
6767
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
6868
tools:ignore="MissingRegistered" />
6969

auth/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
2-
<string name="fui_app_name" translatable="false">ui_flow</string>
1+
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
2+
<string name="app_name" translatable="false" tools:ignore="ResourceName">ui_flow</string>
33

44
<!-- Common -->
5-
<string name="fui_default_toolbar_title" translatable="false">@string/fui_app_name</string>
5+
<string name="fui_default_toolbar_title" translatable="false">@string/app_name</string>
66
<string name="fui_progress_dialog_loading" translation_description="Loading text in dialog">Loading…</string>
77
<string name="fui_sign_in_default" translation_description="Button text to sign in">Sign in</string>
88
<string name="fui_general_error" translation_description="Toast text flashing general error">An error has occurred.</string>

0 commit comments

Comments
 (0)