mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
DescriptionEditActivity.kt: removed unnecessary safe call on a non-null receiver of type SessionManager
This commit is contained in:
parent
6b01afe442
commit
32790add55
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class DescriptionEditActivity :
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} catch (e: InvalidLoginTokenException) {
|
} catch (e: InvalidLoginTokenException) {
|
||||||
val username: String? = sessionManager?.userName
|
val username: String? = sessionManager.userName
|
||||||
val logoutListener =
|
val logoutListener =
|
||||||
CommonsApplication.BaseLogoutListener(
|
CommonsApplication.BaseLogoutListener(
|
||||||
this,
|
this,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue