Skip to content

Commit 7995639

Browse files
author
chiuan
committed
- fix when close the target page and make sure open the previous page.
1 parent e93b161 commit 7995639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/UIFramework/Source/TTUIPage.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ public static void ClosePage(TTUIPage target)
563563
ShowPage(page.name, page);
564564
target.Hide();
565565
}
566+
567+
return;
566568
}
567569
}
568570
else if (target.CheckIfNeedBack())

0 commit comments

Comments
 (0)