1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-03 10:16:45 +00:00

Fixed color picker hex workaround

This commit is contained in:
M66B 2020-02-20 17:05:11 +01:00
parent 2f3381996d
commit d4e3134c67

View file

@ -103,3 +103,7 @@
#SASL
-keep class com.sun.mail.imap.protocol.IMAPSaslAuthenticator {*;}
-keep class com.sun.mail.smtp.SMTPSaslAuthenticator {*;}
#Color picker
-keepnames class com.flask.colorpicker.** {*;}