You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: