|
@@ -43,6 +43,10 @@ namespace Fort23.Mono
|
|
|
public override CTask GetFocus()
|
|
public override CTask GetFocus()
|
|
|
{
|
|
{
|
|
|
AppBarPanel.OpenPanel(this);
|
|
AppBarPanel.OpenPanel(this);
|
|
|
|
|
+ if (currentSelectedShopBtnWidget != null)
|
|
|
|
|
+ {
|
|
|
|
|
+ currentSelectedShopBtnWidget.OnPointerClick();
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
return base.GetFocus();
|
|
return base.GetFocus();
|
|
|
}
|
|
}
|