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
I'm trying to access the theme from dashbook and I started receiving null pointers. And them I realised that the constructor Dashbook.dualTheme doesn't assign any value to the variable theme.
Description
I'm trying to access the theme from dashbook and I started receiving null pointers. And them I realised that the constructor Dashbook.dualTheme doesn't assign any value to the variable theme.
This scenario works as expected
This scenario doesn't work as expected
You can see in the printscreen that the private variable _dualTheme exists with both themes assigned, but the variable theme remains unassigned.
The text was updated successfully, but these errors were encountered: