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:
parent
2f3381996d
commit
d4e3134c67
1 changed files with 4 additions and 0 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -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.** {*;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue