Vaadin 15 - browser size issues after switching views

Hello,

I am using the Business App Starter as a base for my UI (https://vaadin.com/docs/business-app/overview.html), but I have a problem with handling mobile views.
If you switch to Accounts and shrink your browser to trigger the mobile view for the grid, the grid mobile column will not be displayed correctly anymore if you switch to another view and back for example.
Is there any solution to fix this issue? It seems to be retrieveExtendedClientDetails returns the “first ui-creation details” only.

Thanks!