Change user`s icon placeholder on "My location" screen
This commit is contained in:
parent
62a5d46be2
commit
80cde74ce8
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class MyLocationTabFragment : Fragment(), TelegramListener {
|
|||
app,
|
||||
mainView.findViewById(R.id.user_icon),
|
||||
telegramHelper.getUserPhotoPath(telegramHelper.getCurrentUser()),
|
||||
R.drawable.img_user_picture,
|
||||
R.drawable.img_user_placeholder,
|
||||
false
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue