mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
display email icon for email addresses in the suggestions for share searches
This commit is contained in:
parent
c0e116a298
commit
8d924a720e
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ public class UsersAndGroupsSearchProvider extends ContentProvider {
|
|||
icon = R.drawable.ic_user;
|
||||
dataUri = Uri.withAppendedPath(userBaseUri, shareWith);
|
||||
} else if (ShareType.EMAIL.getValue() == type) {
|
||||
icon = R.drawable.ic_user;
|
||||
icon = R.drawable.ic_email;
|
||||
displayName = getContext().getString(R.string.share_email_clarification, userName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue