-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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")
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels