mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Added remark
This commit is contained in:
parent
72fdf4fe4d
commit
020fcb7031
1 changed files with 1 additions and 0 deletions
|
@ -946,6 +946,7 @@ public class HtmlHelper {
|
|||
|
||||
private static boolean isScreenMedia(MediaList media) {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
|
||||
// https://developers.google.com/gmail/design/reference/supported_css#supported_types
|
||||
if (media instanceof MediaListImpl) {
|
||||
MediaListImpl _media = (MediaListImpl) media;
|
||||
for (int i = 0; i < _media.getLength(); i++) {
|
||||
|
|
Loading…
Reference in a new issue