fix duplicate 'image' in notifications (Christian Schneppe)
This commit is contained in:
parent
d50a29c383
commit
94a495e909
1 changed files with 0 additions and 3 deletions
|
@ -511,9 +511,6 @@ public class UIHelper {
|
|||
}
|
||||
|
||||
public static String getFileDescriptionString(final Context context, final Message message) {
|
||||
if (message.getType() == Message.TYPE_IMAGE) {
|
||||
return context.getString(R.string.image);
|
||||
}
|
||||
final String mime = message.getMimeType();
|
||||
if (mime == null) {
|
||||
return context.getString(R.string.file);
|
||||
|
|
Loading…
Add table
Reference in a new issue