Skip to content

Continuous onLayout loop #38

@tribalfs

Description

@tribalfs

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")
            );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions