Skip to content

Remove harmful second creation of mainContainerView.#342

Open
NSemakov wants to merge 1 commit intodekatotoro:masterfrom
NSemakov:master
Open

Remove harmful second creation of mainContainerView.#342
NSemakov wants to merge 1 commit intodekatotoro:masterfrom
NSemakov:master

Conversation

@NSemakov
Copy link

mainContainerView is created 2 times now. One time in property and one time in initView function. The second is redundant and lead to problem, when my view is added to first created mainContainerView, then mainContainerView is replaced by second created and my view is not showing. So, second creation of mainContainerView is removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant