Merge branch 'trz/rename' into trz/rebase
This commit is contained in:
commit
1d9a840c0b
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class UIHelper {
|
|||
} else if (mime.contains("vcard")) {
|
||||
return context.getString(R.string.vcard) ;
|
||||
} else {
|
||||
return mime;
|
||||
return message.getRelativeFilePath();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue