The LayoutManager was not being properly re-laid out after being backgrounded and then brought back to the foreground. That is now fixed.
This was happening because the LayoutRequest did not realize it was properly initialized, so accessing its properties would throw errors, breaking things.
:star2: Description
Sets the LayoutRequest's hasBeenIntiailzed property to true inside the constructor if all necessary components have been passed.
:clap: Resolves
No issue number available.
The LayoutManager was not being properly re-laid out after being backgrounded and then brought back to the foreground. That is now fixed.
This was happening because the LayoutRequest did not realize it was properly initialized, so accessing its properties would throw errors, breaking things.
:star2: Description
Sets the LayoutRequest's hasBeenIntiailzed property to true inside the constructor if all necessary components have been passed.
:bug: Testing
Tested for all orientations.
:thought_balloon: Other info
Related to #24