Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Conversation

@StanleyGoldman
Copy link
Contributor

@StanleyGoldman StanleyGoldman commented Sep 11, 2017

The current way PopulateView is being called causes two concurrent calls to LoadKeychain.

Copy link
Member

@shana shana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick nancy on the prowl

if (activeViewType != value)
{
ActiveView.OnDisable();

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not have all this wasted vertical space, I don't have that much space on my laptop (i.e. totally redundant empty line)


case PopupViewType.AuthenticationView:
return authenticationView;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting change that doesn't need to be here

{
case PopupViewType.PublishView:
return publishView;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting change that doesn't need to be here

public static PopupWindow Open(PopupViewType popupViewType, Action<bool> onClose = null)
{
var popupWindow = GetWindow<PopupWindow>(true);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting change that doesn't need to be here

public override void OnEnable()
{
base.OnEnable();

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/me eyes all this empty space

if (GUILayout.Button(PublishViewCreateButton))
{
GUI.FocusControl(null);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/me eyes all this empty space

@StanleyGoldman StanleyGoldman force-pushed the fixes/publish-view-loading branch 3 times, most recently from e87ed67 to 80a81f7 Compare September 12, 2017 20:06
@StanleyGoldman StanleyGoldman force-pushed the fixes/publish-view-loading branch from 80a81f7 to f1b5d7e Compare September 12, 2017 20:08
@StanleyGoldman StanleyGoldman merged commit 06cdff2 into master Sep 12, 2017
@StanleyGoldman StanleyGoldman deleted the fixes/publish-view-loading branch September 12, 2017 20:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants