|
@@ -136,9 +136,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
Logout();
|
|
Logout();
|
|
}
|
|
}
|
|
- ViewManager.Hide(ViewName.ROLE_INFO_VIEW);
|
|
|
|
- ViewManager.Hide(ViewName.MAINUI_VIEW);
|
|
|
|
- ViewManager.Show<LoginView>();
|
|
|
|
|
|
+ ViewManager.Show<LoginView>(null, null, true);
|
|
if (logout)
|
|
if (logout)
|
|
{
|
|
{
|
|
ViewManager.Show<LoginInputView>();
|
|
ViewManager.Show<LoginInputView>();
|