forked from mirror/monocles_chat_clean
Only use puzzel for webxdc, question for fallback
(cherry picked from commit 278f492dccd92eb862eb5955ba0135a028e71781)
This commit is contained in:
parent
dd859e7594
commit
499a945c3a
1 changed files with 3 additions and 1 deletions
|
@ -122,8 +122,10 @@ public class MediaAdapter extends RecyclerView.Adapter<MediaAdapter.MediaViewHol
|
|||
return R.drawable.ic_code_48dp;
|
||||
} else if (mime.equals("message/rfc822")) {
|
||||
return R.drawable.ic_email_48dp;
|
||||
} else {
|
||||
} else if (mime.equals("application/webxdc+zip")) {
|
||||
return R.drawable.toys_and_games_24dp;
|
||||
} else {
|
||||
return R.drawable.ic_help_center_48dp;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue