mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
removing trailing comma for lint
This commit is contained in:
parent
03eb36636d
commit
0617179c20
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class PushersManager @Inject constructor(
|
|||
lang = localeProvider.current().language,
|
||||
emailBranding = appName,
|
||||
appDisplayName = appName,
|
||||
deviceDisplayName = currentSession.sessionParams.deviceId ?: "MOBILE",
|
||||
deviceDisplayName = currentSession.sessionParams.deviceId ?: "MOBILE"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue