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

Continuous onLayout loop #38

Open
tribalfs opened this issue Apr 11, 2024 · 0 comments
Open

Continuous onLayout loop #38

tribalfs opened this issue Apr 11, 2024 · 0 comments

Comments

@tribalfs
Copy link
Contributor

If we add the following log in MainActivity, we will see continuous "onLayoutChange" messages flooding the logcat.

    mBinding.getRoot().addOnLayoutChangeListener(
                    (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) ->
                            Log.d("MainActivity", "onLayoutChange")
            );
tribalfs added a commit to tribalfs/oneui-design that referenced this issue Apr 11, 2024
tribalfs added a commit to tribalfs/oneui-design that referenced this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant