Update format to be consistent with Element iOS.

This commit is contained in:
Onuray Sahin 2022-09-22 15:53:29 +03:00
parent ea78f504d7
commit c37a6842fe
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ internal class UserAgentHolder @Inject constructor(
/**
* Create an user agent with the application version.
* Ex: Element/1.5.0 (Xiaomi; Mi 9T; Android 11; RKQ1.200826.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.0)
* Ex: Element/1.5.0 (Xiaomi Mi 9T; Android 11; RKQ1.200826.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.0)
*
* @param flavorDescription the flavor description
*/
@ -74,7 +74,7 @@ internal class UserAgentHolder @Inject constructor(
append(appVersion)
append(" (")
append(deviceManufacturer)
append("; ")
append(" ")
append(deviceModel)
append("; ")
append("Android ")