mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-27 07:24:13 +01:00
Only use puzzel for webxdc, question for fallback
(cherry picked from commit 278f492dccd92eb862eb5955ba0135a028e71781)
This commit is contained in:
parent
e925392196
commit
d92792dd78
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…
Add table
Reference in a new issue