mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Refactoring
This commit is contained in:
parent
246883e8b9
commit
1f3deab967
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class StyleHelper {
|
|||
private static final String DECRYPT_TRANSFORMATION = "AES/GCM/NoPadding";
|
||||
private static final String DECRYPT_URL = "https://fairemail.net/decrypt/";
|
||||
|
||||
private static final List<Class> CLEAR_STYLES = Collections.unmodifiableList(Arrays.asList(
|
||||
private static final List<Class<?>> CLEAR_STYLES = Collections.unmodifiableList(Arrays.asList(
|
||||
StyleSpan.class,
|
||||
UnderlineSpan.class,
|
||||
RelativeSizeSpan.class,
|
||||
|
|
Loading…
Reference in a new issue