This commit is contained in:
Brice-W 2021-05-21 13:36:21 +10:00
parent 05535983e2
commit c90ab52cdf
2 changed files with 2 additions and 2 deletions

View File

@ -90,4 +90,4 @@ class ConversationView : LinearLayout {
return DatabaseFactory.getLokiUserDatabase(context).getDisplayName(publicKey!!)
}
// endregion
}
}

View File

@ -173,4 +173,4 @@ class ProfilePictureView : RelativeLayout {
profilePicturesCached.clear()
}
// endregion
}
}