JoaquimLey / faboptions

A multi-functional FAB component with customizable options
http://joaquimley.com/
Apache License 2.0
1.04k stars 140 forks source link

requestLayout() improperly called by com.joaquimley.faboptions.FabOptionsButtonContainer #55

Open usergoodvery opened 5 years ago

usergoodvery commented 5 years ago

Hi, I am not clear yet as to how to approach debugging these logcat messages. I was wondering if you have insight as to what might be causing them? I am running this on ANdroid 8 api 26.

12-05 23:20:59.404 W/View: requestLayout() improperly called by com.joaquimley.faboptions.FabOptionsButtonContainer{95c26c2 V.E...... ......ID 0,70-579,186 #7f09017c app:id/faboptions_button_container} during layout: running second layout pass 12-05 23:20:59.404 W/View: requestLayout() improperly called by android.view.View{c17ccd3 V.ED..... ......I. 216,-15-363,132 #7f090359 app:id/separator} during layout: running second layout pass requestLayout() improperly called by com.joaquimley.faboptions.FabOptionsButtonContainer{4bcb010 V.E...... ......ID 0,70-579,186 #7f09017c app:id/faboptions_button_container} during layout: running second layout pass

regards

JoaquimLey commented 5 years ago

Hi @usergoodvery, Thanks for opening this issue. I'll look into it later today 👍

usergoodvery commented 5 years ago

Thanks. I just noticed these layout messages do not appear on Android 7.0 api 24

JoaquimLey commented 5 years ago

That's quite strange, I'll have to make some testing and probably update the underlying layout to make it more performant, I'll also update it to use the androidx package instead.

usergoodvery commented 5 years ago

Hi There was wondering if you have gotten ahead with this?