You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is most probably related to #662 and #665 - I am sorting kanjis by stroke numbers on the UI thread which is bad practice and most probably causes the drawing lag. Why only the paid add-on is affected? This is simply because the internal kanjipad provides less kanjis, therefore they are sorted faster and the lag is not as apparent.
The text was updated successfully, but these errors were encountered:
I have moved most CPU heavy work to a background thread. However, you will only benefit from this if you have phone with at least dual-core CPU.
Going to perform several more optimizations.
The problem is most probably related to #662 and #665 - I am sorting kanjis by stroke numbers on the UI thread which is bad practice and most probably causes the drawing lag. Why only the paid add-on is affected? This is simply because the internal kanjipad provides less kanjis, therefore they are sorted faster and the lag is not as apparent.
The text was updated successfully, but these errors were encountered: