Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redraw all the time #8

Open
AndrzejMM opened this issue Mar 21, 2018 · 0 comments
Open

Redraw all the time #8

AndrzejMM opened this issue Mar 21, 2018 · 0 comments

Comments

@AndrzejMM
Copy link

There is a bug with drawing in ObliqueView.java
In line 300: setupBitmap(this, width, height) cause redraw all the time, because in line 180 there is imageView.invalidate();
This cause that app with ObliqueView consume CPU all the time. On my HTC U11+ it is 10% CPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant