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
Describe the bug
When u are creating tile u cannot have title empty despite nullability.
To Reproduce
Steps to reproduce the behavior:
Create PageViewModel without title
Expected behavior
Views should be displayed
How to resolve
Make title widget nullable completly and if its null pass a container
Also change naming to something better because ViewModel says like its Fragment ViewModel which is isint, its Tile
ItemTile or PageTile
The text was updated successfully, but these errors were encountered:
Describe the bug
When u are creating tile u cannot have title empty despite nullability.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Views should be displayed
How to resolve
Make title widget nullable completly and if its null pass a container
Also change naming to something better because ViewModel says like its Fragment ViewModel which is isint, its Tile
ItemTile or PageTile
The text was updated successfully, but these errors were encountered: