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

Commit e344577

Browse files
committed
Fix merge
1 parent 7089cfd commit e344577

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/InitProjectView.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ class InitProjectView : Subview
1818
[SerializeField] private bool isBusy;
1919
[SerializeField] private bool isPublished;
2020

21-
public override void OnDataUpdate()
22-
{
23-
base.OnDataUpdate();
24-
MaybeUpdateData();
25-
}
26-
2721
public override void InitializeView(IView parent)
2822
{
2923
base.InitializeView(parent);
@@ -77,6 +71,7 @@ public override void Refresh()
7771
userSettingsView.Refresh();
7872
gitPathView.Refresh();
7973
}
74+
8075
public override void OnGUI()
8176
{
8277
var headerRect = EditorGUILayout.BeginHorizontal(Styles.HeaderBoxStyle);

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ private Subview ActiveView
469469
get { return ToView(activeTab); }
470470
}
471471

472-
}
473472
public override bool IsBusy
474473
{
475474
get { return false; }

0 commit comments

Comments
 (0)