Rename buddy.xml to dummy_person.xml

This commit is contained in:
krlvm 2022-07-13 23:13:17 +03:00 committed by Stypox
parent 429f2536af
commit 35eeccd45a
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
14 changed files with 17 additions and 16 deletions

View file

@ -97,7 +97,7 @@ public final class PicassoHelper {
public static RequestCreator loadAvatar(final String url) {
return loadImageDefault(url, R.drawable.buddy);
return loadImageDefault(url, R.drawable.dummy_person);
}
public static RequestCreator loadThumbnail(final String url) {