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
Description: When showing an snackbar with a long action text and with a message text that does not initially have more than 2 lines, layout is not set with vertical orientation, so action text ends up hiding almost the message. This also happens with maxActionInlineWidth set.
This does not happen when message text takes in any case more than 1 line, independently of the length of action text.
Expected behavior: Component changes to vertical orientation when action button is wider than 128dps and the message text needs more than 1 line to be painted (After action button is drawn), like in second screenshot.
Android API version: Tested on 28 and 21. Both with the issue.