mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
modify log statement
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
c0c671bccf
commit
c55403c023
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ fun ImageView.loadFederatedUserAvatar(
|
|||
darkTheme,
|
||||
requestBigSize
|
||||
)
|
||||
Log.d("Julius", "URL::$imageRequestUri")
|
||||
Log.d(TAG, "federated avatar URL: $imageRequestUri")
|
||||
|
||||
return loadAvatarInternal(user, imageRequestUri, ignoreCache, null)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue