Merge branch 'trz/rename' into trz/rebase

This commit is contained in:
lookshe 2016-03-20 17:57:22 +01:00
commit 1d9a840c0b

View file

@ -215,7 +215,7 @@ public class UIHelper {
} else if (mime.contains("vcard")) {
return context.getString(R.string.vcard) ;
} else {
return mime;
return message.getRelativeFilePath();
}
}