Use productionApplicationName, set to "Element", instead of "Element X", and use ot for screen_onboarding_welcome_message
This commit is contained in:
parent
a4cb241767
commit
ffede8b13b
7 changed files with 8 additions and 3 deletions
|
|
@ -80,6 +80,7 @@ object AppModule {
|
|||
isDebuggable = BuildConfig.DEBUG,
|
||||
buildType = buildType,
|
||||
applicationName = context.getString(R.string.app_name),
|
||||
productionApplicationName = "Element",
|
||||
// Use the same name for desktop and mobile for now
|
||||
desktopApplicationName = context.getString(R.string.app_name),
|
||||
applicationId = BuildConfig.APPLICATION_ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue