If you have responsiveness issues, do not use ProGuard
I found out that a bunch of issues with 4.0.4 were caused by methods being obfuscated and not being called. I turned off ProGuard raising the size by 20 KB and things are working terrific.
This commit is contained in:
parent
989e46f50b
commit
43d8b3c69c
@ -39,3 +39,4 @@
|
|||||||
* Code additions are always welcome
|
* Code additions are always welcome
|
||||||
* Please add translations/translation fixes as you see need
|
* Please add translations/translation fixes as you see need
|
||||||
* Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version
|
* Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version
|
||||||
|
* DO NOT USE PROGUARD WHEN COMPILING. Hidden methods used will be obfuscated and things like file uploading will not work.
|
||||||
|
Loading…
Reference in New Issue
Block a user