fix: 隐藏options功能
This commit is contained in:
@@ -94,5 +94,12 @@ namespace AibisDream
|
||||
{
|
||||
_selectedIds.Add(lineInfo.lineId);
|
||||
}
|
||||
|
||||
public void HideDialog()
|
||||
{
|
||||
defaultOptions.HideOptions();
|
||||
onelineOptions.HideOptions();
|
||||
centerOptions.HideOptions();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -62,6 +62,7 @@ namespace AibisDream
|
||||
public void HideDialog()
|
||||
{
|
||||
lineView.HideDialog();
|
||||
optionView.HideDialog();
|
||||
}
|
||||
|
||||
public void RegisterScreenView(DialogViewType dialogViewType, ILineView screenView)
|
||||
|
||||
Reference in New Issue
Block a user